From f0b6a71d6e8c155ab5337ae8837387b19560f360 Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Tue, 29 Dec 2020 15:18:11 -0800 Subject: [PATCH] Remove invalid tmux config --- .tmux.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 9513451..4888b67 100755 --- a/.tmux.conf +++ b/.tmux.conf @@ -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}"