chore(morty): create tmux keybindings for shortcuts
This commit is contained in:
parent
0492b3189a
commit
24b37a2903
1 changed files with 8 additions and 1 deletions
|
@ -19,7 +19,14 @@
|
|||
};
|
||||
neovim.enable = true;
|
||||
starship.enable = true;
|
||||
tmux.enable = true;
|
||||
tmux = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
bind -n M-F9 run 'create-tmux-session -n quipu -p quipuapp "run:nvim ." project:quipu-infrastructure neww:quipu-infra project:sellsy hsplit:50 run:k9s project:charts neww:charts'
|
||||
bind -n M-F8 run 'create-tmux-session -n verifactu -p verifactu "run:nvim ." project:verifactu-infrastructure neww:verifactu-infra project:sellsy hsplit:50 run:k9s project:charts neww:charts'
|
||||
'';
|
||||
};
|
||||
|
||||
utils.enable = true;
|
||||
vifm.enable = true;
|
||||
zellij.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue