aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-07-24 10:18:49 +0200
committerpml68 <contact@pml68.me>2024-07-24 10:18:49 +0200
commit4b695fb5c995acf8eb40963efb90880e88ea09e8 (patch)
tree6f63d5f7606b30170f852d617427225ec4faaed0 /tmux/tmux.conf
parentfix: C-BSpace was jumping between panes in tmux (diff)
downloadsuckless-setup-4b695fb5c995acf8eb40963efb90880e88ea09e8.tar.gz
feat(tmux): change tmus bind to C-f
Diffstat (limited to '')
-rw-r--r--tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index c5414cb..a9a5947 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -32,7 +32,7 @@ unbind -T copy-mode-vi MouseDragEnd1Pane
bind-key -r C-c copy-mode
bind-key -r i run-shell "tmux neww /usr/local/bin/cht.sh"
-bind-key -r D run-shell "tmux neww /usr/local/bin/tmus"
+bind-key -n C-f run-shell "tmux neww /usr/local/bin/tmus"
set -gq allow-passthrough on