diff options
| author | pml68 <contact@pml68.me> | 2024-07-24 10:18:49 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-07-24 10:18:49 +0200 |
| commit | 4b695fb5c995acf8eb40963efb90880e88ea09e8 (patch) | |
| tree | 6f63d5f7606b30170f852d617427225ec4faaed0 /tmux | |
| parent | fix: C-BSpace was jumping between panes in tmux (diff) | |
| download | suckless-setup-4b695fb5c995acf8eb40963efb90880e88ea09e8.tar.gz | |
feat(tmux): change tmus bind to C-f
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/tmux.conf | 2 |
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 |
