tmux: fix some keybindings - dotfiles - 🍚 personal arsenal of "rice"
HTML git clone https://git.drkhsh.at/dotfiles.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 7403c68cd9a573dac352e9bc2cd461d508b03cb5
DIR parent a5baa041f48010d0004af790bf950dbe66dfabd6
HTML Author: drkhsh <me@drkhsh.at>
Date: Tue, 10 Sep 2024 01:42:43 +0200
tmux: fix some keybindings
Diffstat:
M tmux/.config/tmux/tmux.conf | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
DIR diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
@@ -63,6 +63,9 @@ bind r source-file ~/.config/tmux/tmux.conf \; display-message "█▓░ reload
# splits in current directory
bind '"' split-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
+# clear with prefix + ctrl l and fix SIGQUIT
+bind C-l send-keys 'C-l'
+bind C-\\ send-keys 'C-\'
# plugins
set -g @plugin 'tmux-plugins/tpm'