fish: autostart tmux

This commit is contained in:
John Bowdre 2024-01-18 09:38:06 -06:00
parent 64edab11a2
commit 61980dfb87

View file

@ -40,6 +40,12 @@ in
};
interactiveShellInit =
# Launch tmux
''
if not set -q TMUX
tmux attach-session -t home || tmux new-session -s home
end
'' +
# Open command buffer in vim when alt+e is pressed
''
bind \ee edit_command_buffer