diff --git a/home/user/.config/tmux/mappings.conf b/home/user/.config/tmux/mappings.conf index 46fff08..a7ea030 100644 --- a/home/user/.config/tmux/mappings.conf +++ b/home/user/.config/tmux/mappings.conf @@ -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