diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index f05b833..1afbb79 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -53,7 +53,6 @@ set-window-option -g mode-keys vi # keybindings bind-key -T copy-mode-vi v send-keys -X begin-selection bind-key -T copy-mode-vi C-v send-keys -X rectangle-toggle -bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel bind '"' split-window -v -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}"