Remove invalid tmux config

This commit is contained in:
Tony Grosinger 2020-12-29 15:18:11 -08:00
parent ec5830d90f
commit f0b6a71d6e

View File

@ -4,14 +4,9 @@ set-option -g renumber-windows on
set-option -g status-justify "centre"
set-option -g history-limit 10000
# Fix for weird characters right after pressing escape in neovim
set -s escape-time 0
### Copy / Paste
set-option -g status-keys vi
set-window-option -g mode-keys vi
bind-key -t vi-copy v begin-selection
bind-key -t vi-copy y copy-pipe 'xclip -selection clipboard'
# New panes and windows have same cwd as the one opening it
bind c new-window -c "#{pane_current_path}"