From 971ce130436e23382ceb03e6844d02a8f8d68007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 2 Jul 2022 12:32:07 +0200 Subject: [PATCH] tmux: Remove unused keybinds --- tmux/tmux.conf | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 3c10f85..1fb93d6 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -65,9 +65,6 @@ bind-key C-a send-prefix unbind-key C-j -bind-key k confirm kill-window -bind-key K confirm kill-server - bind-key h select-pane -L bind-key j select-pane -D bind-key k select-pane -U @@ -88,10 +85,4 @@ bind-key -n S-down new-window bind-key -n S-left prev bind-key -n S-right next -bind-key -n C-F1 command-prompt "split-window -h 'exec man %%'" -bind-key -n C-F2 split-window -h "exec htop" -bind-key -n C-F3 set-option status - bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf sourced" - -bind-key P paste-buffer