diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-11-18 23:11:41 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-11-18 23:11:41 +0100 |
commit | 55f187795fb3e8ad9d99790e52bdc8a4f5d99edf (patch) | |
tree | 4a88970f80e573fc727597e3b5e2e0da498120c9 | |
parent | cca4faa1bf038bc102d60fdd6d08660923bfb8c9 (diff) |
Remove tmux config, Nvim-R does not need it any more
-rw-r--r-- | tmux.conf | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tmux.conf b/tmux.conf deleted file mode 100644 index 4250e52..0000000 --- a/tmux.conf +++ /dev/null @@ -1,22 +0,0 @@ -# Use <C-a> instead of the default <C-b> as Tmux prefix -set-option -g prefix C-a -unbind-key C-b -bind-key C-a send-prefix - -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 - -# Act more like vim: -set-window-option -g mode-keys vi -bind h select-pane -L -bind j select-pane -D -bind k select-pane -U -bind l select-pane -R -unbind p -bind p paste-buffer -bind -t vi-copy v begin-selection -bind -t vi-copy y copy-selection |