diff options
-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 |