mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 17:32:19 +00:00
Compare commits
No commits in common. "68c6923f11d75b0a95a9952d073882faeb524bcb" and "64edab11a2d05636a557be26a0bc95f694ea6c57" have entirely different histories.
68c6923f11
...
64edab11a2
2 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue