Compare commits

..

No commits in common. "68c6923f11d75b0a95a9952d073882faeb524bcb" and "64edab11a2d05636a557be26a0bc95f694ea6c57" have entirely different histories.

2 changed files with 0 additions and 9 deletions

View file

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

View file

@ -34,9 +34,6 @@
bind -n M-j previous-window # alt+j
bind -n M-k next-window # alt+k
# display up to 20 chars of session name
set-option -g status-left-length 20
# default statusbar colors
set-option -g status-style fg=yellow,bg=black