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