revert tmux split keys to original

This commit is contained in:
Maxim Kraev 2016-07-18 13:03:47 +01:00 committed by Maksim Kraev
commit 09b6fde6af
19 changed files with 1422 additions and 85 deletions

View file

@ -1,2 +1,22 @@
set -g default-terminal $ZSH_TMUX_TERM
set -g base-index 1
set -g repeat-time 0
set-window-option -g mode-keys vi
# Allow mouse to select which pane to use
# set -g mouse-select-pane on
#bind C-z run "tmux save-buffer - | xclip -i -selection clipboard"
bind C-c run "tmux show-buffer | gpaste-client"
set -g prefix C-a
bind C-a send-prefix
#bind C-v split-window -h
#bind C-h split-window
bind C-q kill-window
set-window-option -g xterm-keys on
source $HOME/.tmux.conf