diff options
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/tmux.conf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 9a5c623..acd45b1 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -17,18 +17,8 @@ set -g mouse on bind-key -n 'C-M-Left' prev bind-key -n 'C-M-Right' next -bind-key -n 'C-M-Up' new-window -bind-key -n 'C-M-Down' confirm-before -p "kill-window #W? (y/n)" kill-window - bind-key -n 'C-M-h' prev bind-key -n 'C-M-l' next -bind-key -n 'C-M-k' new-window -bind-key -n 'C-M-j' confirm-before -p "kill-window #W? (y/n)" kill-window - -#bind-key -n 'C-M-\\' split-window -h -#bind-key -n 'C-M-\-' split-window -bind-key -n 'C-M-x' confirm-before -p "kill-pane #P? (y/n)" kill-pane - set -g status-style "fg=black,bg=colour34" bind-key 'Up' select-pane -P 'fg=white,bg=black' |
