From ec190678bdaba821e2128d3211b959634766eaee Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 12 Aug 2022 19:16:03 -0300 Subject: etc/tmux/tmux.conf: Add navigation keybindings --- etc/tmux/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3