Load new bind-key in bepo keyboard.

This commit is contained in:
gardouille 2017-06-27 22:51:34 +02:00
parent b70c0cdbe4
commit d52f465d5d
2 changed files with 15 additions and 0 deletions

View File

@ -247,3 +247,7 @@ bind H source-file ~/.tmux/splitHP\; display-message "tmux split for HP"
if '[ -z "${SSH_TTY}" ]' 'source-file $HOME/.tmux/tmux.conf.local'
### }}}
### bepo {{{
if 'setxkbmap -print|grep bepo' 'source-file $HOME/.tmux/tmux.conf.bepo'
### }}}

11
tmux.conf.bepo Normal file
View File

@ -0,0 +1,11 @@
# Rebinding some vi-copy keys in a more bepoish fashion.
bind-key -T copy-mode-vi 'v' send -X begin-selection
bind-key -T copy-mode-vi 'C' send -X top-line
bind-key -T copy-mode-vi 'T' send -X scroll-down
bind-key -T copy-mode-vi 'S' send -X scroll-up
bind-key -T copy-mode-vi 'R' send -X bottom-line
bind-key -T copy-mode-vi 'c' send -X cursor-left
bind-key -T copy-mode-vi 't' send -X cursor-down
bind-key -T copy-mode-vi 's' send -X cursor-up
bind-key -T copy-mode-vi 'r' send -X cursor-right