diff options
Diffstat (limited to 'etc/tmux/tmux.conf')
-rw-r--r-- | etc/tmux/tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/tmux/tmux.conf b/etc/tmux/tmux.conf index 708feef..f2da33b 100644 --- a/etc/tmux/tmux.conf +++ b/etc/tmux/tmux.conf @@ -15,6 +15,10 @@ bind-key r source-file $XDG_CONFIG_HOME/tmux/tmux.conf \; display-message "$XDG_ bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe "xclip -selection clipboard -i" \; bind-key y send-keys -X copy-pipe "xclip -selection clipboard -i" \; display-message "Copied system clipboard! Hooray! Long-live tmux!" +# Moving around windows +bind-key -n M-[ previous-window +bind-key -n M-] next-window + # Moving around panes bind-key -n M-h select-pane -L bind-key -n M-j select-pane -D |