General updates and fixed tmux
This commit is contained in:
@@ -17,13 +17,12 @@ bind -n M-h if-shell "$is_vim" "send-keys M-h" "select-pane -L"
|
||||
bind -n M-j if-shell "$is_vim" "send-keys M-j" "select-pane -D"
|
||||
bind -n M-k if-shell "$is_vim" "send-keys M-k" "select-pane -U"
|
||||
bind -n M-l if-shell "$is_vim" "send-keys M-l" "select-pane -R"
|
||||
bind -n M-\ if-shell "$is_vim" "send-keys M-\\" "select-pane -l"
|
||||
|
||||
bind -n C-j new-window
|
||||
bind -n C-h prev
|
||||
bind -n C-l next
|
||||
bind -n C-M-l swap-window -t +1
|
||||
bind -n C-M-h swap-window -t -1
|
||||
bind -n C-M-l swap-window -t +1 \; next
|
||||
bind -n C-M-h swap-window -t -1 \; prev
|
||||
bind X kill-window
|
||||
|
||||
set -g status-style "bg=colour237"
|
||||
|
||||
Reference in New Issue
Block a user