aboutsummaryrefslogtreecommitdiff
path: root/etc/tmux/tmux.conf
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2026-06-26 18:11:15 -0300
committerEuAndreh <eu@euandre.org>2026-06-26 18:11:52 -0300
commit3a9b4359ca7e8477eb7521b32a6dbdd065f292a8 (patch)
treeffc808648be5160362112c4aab75d66edd57964d /etc/tmux/tmux.conf
parentbin/ootb: Promote to self-contained package (diff)
downloaddotfiles-3a9b4359ca7e8477eb7521b32a6dbdd065f292a8.tar.gz
dotfiles-3a9b4359ca7e8477eb7521b32a6dbdd065f292a8.tar.xz
etc/tmux/tmux.conf: Add F9/F10 alias fo navigating windows
Diffstat (limited to 'etc/tmux/tmux.conf')
-rw-r--r--etc/tmux/tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/tmux/tmux.conf b/etc/tmux/tmux.conf
index 562edc0a..5a985682 100644
--- a/etc/tmux/tmux.conf
+++ b/etc/tmux/tmux.conf
@@ -19,6 +19,8 @@ bind-key y send-keys -X copy-pipe "xclip -selection clipboard -i" \; display-mes
# Moving around windows
bind-key -n M-[ previous-window
bind-key -n M-] next-window
+bind-key -n F9 previous-window
+bind-key -n F10 next-window
# Moving around panes
bind-key -n M-h select-pane -L