feat(tmux): various improvements
This commit is contained in:
parent
bd2b6d1af3
commit
d943ab8b6d
5 changed files with 15 additions and 19 deletions
|
|
@ -124,6 +124,10 @@ in
|
|||
"C-l" = "send-keys C-l";
|
||||
"R" = "source-file $XDG_CONFIG_HOME/tmux/tmux.conf \\; display-message 'Reloaded tmux.conf'";
|
||||
};
|
||||
root = {
|
||||
"C-f" = "new-window ts";
|
||||
"C-a" = "new-window ta";
|
||||
};
|
||||
copy-mode-vi = {
|
||||
"v" = "send -X begin-selection";
|
||||
"V" = "send -X select-line";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue