1
0
Fork 0

Minor tmux config changes

This commit is contained in:
Arthur Khachaturov 2023-12-08 16:48:23 +03:00
parent 6ec06ee1d2
commit 2f1b35ce5c
No known key found for this signature in database
GPG key ID: 542ADA2564CCFDDB
4 changed files with 16 additions and 14 deletions

View file

@ -16,6 +16,7 @@ bind l split-window -h
# Rebind command key to ;
bind \; command-prompt
bind-key -n M-C-l send-keys C-l
# Reload config on C-r
bind C-r source-file ~/.config/tmux/tmux.conf
# vim: ft=tmux