annual dotfiles push
This commit is contained in:
parent
5076968086
commit
7f3c29f8f3
12 changed files with 330 additions and 97 deletions
24
.config/tmux/keybinds-ru.conf
Normal file
24
.config/tmux/keybinds-ru.conf
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue