summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux/.tmux.conf2
-rw-r--r--vim/.vimrc1
2 files changed, 2 insertions, 1 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index d6e36ca..a1b28cb 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -9,7 +9,7 @@ bind s send-prefix
unbind r
bind r source-file ~/.tmux.conf
-set -s escape-time 0
+set -sg escape-time 0
set-option -g allow-rename off
is_vim='echo "#{pane_current_command}" | grep -iqE "(^|\/)g?(view|n?vim?)(diff)?$"'
diff --git a/vim/.vimrc b/vim/.vimrc
index 3ffe129..f8192d8 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -28,6 +28,7 @@ Plug 'justinmk/vim-dirvish'
Plug 'justinmk/vim-sneak'
Plug 'klen/python-mode'
Plug 'lervag/vimtex'
+Plug 'LnL7/vim-nix'
Plug 'majutsushi/tagbar'
Plug 'mhinz/vim-startify'
Plug 'mhinz/vim-grepper'