Load new bind-key in bepo keyboard.
This commit is contained in:
parent
b70c0cdbe4
commit
d52f465d5d
|
@ -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'
|
||||
### }}}
|
||||
|
|
|
@ -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
|
||||
|
Loading…
Reference in New Issue