add russian mappings for tmux

This commit is contained in:
thek4n 2025-09-01 14:05:42 +03:00
parent 147422ab17
commit 462c79c9c6

View File

@ -3,6 +3,7 @@
set -g prefix C-b set -g prefix C-b
bind C-b send-prefix bind C-b send-prefix
bind C-и send-prefix
# Toggle local tmux mappings to allow control remote tmux # 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 -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 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 bind -r P paste-buffer -p