feat: add t
keybindings for Tmux
This commit is contained in:
parent
7ba39d2605
commit
a2dc676a42
|
@ -90,6 +90,9 @@
|
||||||
bind-key -T copy-mode-vi 'C-k' select-pane -U
|
bind-key -T copy-mode-vi 'C-k' select-pane -U
|
||||||
bind-key -T copy-mode-vi 'C-l' select-pane -R
|
bind-key -T copy-mode-vi 'C-l' select-pane -R
|
||||||
bind-key -T copy-mode-vi 'C-\' select-pane -l
|
bind-key -T copy-mode-vi 'C-\' select-pane -l
|
||||||
|
|
||||||
|
bind-key -r F new-window t
|
||||||
|
bind-key -r D run-shell "t ~/Code/dotfiles"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
plugins = with pkgs; [
|
plugins = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue