tmux: Remove unused keybinds

This commit is contained in:
2022-07-02 12:32:07 +02:00
parent f9355f7b9c
commit 971ce13043

View File

@@ -65,9 +65,6 @@ bind-key C-a send-prefix
unbind-key C-j unbind-key C-j
bind-key k confirm kill-window
bind-key K confirm kill-server
bind-key h select-pane -L bind-key h select-pane -L
bind-key j select-pane -D bind-key j select-pane -D
bind-key k select-pane -U 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-left prev
bind-key -n S-right next 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 r source-file ~/.tmux.conf \; display-message "~/.tmux.conf sourced"
bind-key P paste-buffer