1
0
Fork 0
dotfiles/.config/tmux/keybinds-ru.conf
2026-01-30 17:57:53 +03:00

24 lines
727 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Moving
bind г previous-window
bind ш next-window
bind т "new-window -c '#{pane_current_path}'"
# Splits
bind р "split-window -hb -c '#{pane_current_path}'"
bind о "split-window -v -c '#{pane_current_path}'"
bind л "split-window -v -b -c '#{pane_current_path}'"
bind д "split-window -h -c '#{pane_current_path}'"
bind ж "command-prompt"
bind Т "new-session -c '#{pane_current_path}' -s '#{b:pane_current_path}'"
bind Ч "set-option -g detach-on-destroy off; kill-session; set-option -g detach-on-destroy on"
bind-key -T copy-mode-vi н send-keys -X copy-pipe-and-cancel
bind-key -T copy-mode-vi м send-keys -X begin-selection
bind-key -T copy-mode-vi М send-keys -X select-line
# TODO: search
# vim: ft=tmux