diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-26 18:17:13 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-26 18:17:13 +0200 |
commit | db1028a9a1b240e0337536cb548b7e92a66ef6f1 (patch) | |
tree | 9a642158184042ca87ce0bf53660e9ef3b695da7 | |
parent | 6fbeb931cecaed4433b84c74b87b647d5e22396d (diff) |
Fix EDITOR and tmux.conf for Debian jessie
-rw-r--r-- | bashrc | 2 | ||||
-rw-r--r-- | tmux.conf | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ then else if [ -e /usr/bin/vim ] then - EDITOR=/usr/bin/nvim + EDITOR=/usr/bin/vim else EDITOR=/usr/bin/vi fi @@ -8,7 +8,7 @@ set -g terminal-overrides 'xterm*:smcup@:rmcup@' # Mouse support disabled, depends on tmux version #set -g mouse-utf8 on #set -g mouse on -bind -n WheelUpPane copy-mode +#bind -n WheelUpPane copy-mode # Act more like vim: set-window-option -g mode-keys vi |