add russian mappings for tmux
This commit is contained in:
parent
147422ab17
commit
462c79c9c6
@ -3,6 +3,7 @@
|
||||
|
||||
set -g prefix C-b
|
||||
bind C-b send-prefix
|
||||
bind C-и send-prefix
|
||||
|
||||
|
||||
# Toggle local tmux mappings to allow control remote tmux
|
||||
@ -189,6 +190,7 @@ bind MouseDrag1Pane copy-mode
|
||||
bind -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "xclip -i -selection clipboard"
|
||||
|
||||
bind -r p run-shell "xclip -selection clipboard -o | tmux load-buffer -; tmux paste-buffer -p"
|
||||
bind -r з run-shell "xclip -selection clipboard -o | tmux load-buffer -; tmux paste-buffer -p"
|
||||
bind -r P paste-buffer -p
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user