From 462c79c9c65fe025af010375d6b3e27c73a44551 Mon Sep 17 00:00:00 2001 From: thek4n Date: Mon, 1 Sep 2025 14:05:42 +0300 Subject: [PATCH] add russian mappings for tmux --- home/user/.config/tmux/mappings.conf | 2 ++ 1 file changed, 2 insertions(+) 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