feat(tmux): improve ta, ts and bindings

This commit is contained in:
Moritz Böhme 2023-10-08 13:33:57 +02:00
parent 28961fe114
commit 1eb008e41e
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
4 changed files with 9 additions and 11 deletions

View file

@ -123,10 +123,8 @@ in
"|" = "split-window -h";
"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";
"f" = "new-window ts";
"a" = "new-window ta";
};
copy-mode-vi = {
"v" = "send -X begin-selection";