1
0
Fork 0

annual dotfiles push

This commit is contained in:
Arthur K. 2026-01-30 17:57:53 +03:00
parent 5076968086
commit 7f3c29f8f3
Signed by: wzray
GPG key ID: B97F30FDC4636357
12 changed files with 330 additions and 97 deletions

View 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