diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-10-13 01:41:23 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-10-13 01:41:23 +0100 |
commit | 94fade2154ff4166bf8eec481d3ec05257903771 (patch) | |
tree | d852501dc338b0dc0a037002ef4fe54496bfab6b /tmux/.tmux.conf | |
parent | 087ec15c324abeba5c9f768f82f82ef3f050ce8e (diff) | |
parent | 831fccc272518113401b7f62bb23e62afc706e03 (diff) |
Merge branch 'master' of vaes.uk:public/dotfiles
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r-- | tmux/.tmux.conf | 2 |
1 files changed, 1 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)?$"' |