General updates and fixed tmux

This commit is contained in:
2019-12-06 01:00:04 +01:00
parent 57c82c4a34
commit fcea0eb494
8 changed files with 22 additions and 5 deletions

View File

@@ -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"