mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
fish: remove the concept of tmux-home for now
This commit is contained in:
parent
77c43acfe3
commit
664873d9a8
1 changed files with 1 additions and 2 deletions
|
|
@ -24,10 +24,9 @@ in {
|
|||
programs.tmux.extraConfig = lib.mkBefore ''
|
||||
# sessionizer binds
|
||||
bind -n C-f run-shell "tmux new-window ${fishExe} -c tmux-sessionizer"
|
||||
bind -n C-g run-shell "${fishExe} -c tmux-home"
|
||||
bind s run-shell "${fishExe} -c tmux-last"
|
||||
'';
|
||||
programs.kitty.settings.shell = ''${fishExe} --command="tmux-home"'';
|
||||
programs.kitty.settings.shell = ''${fishExe}'';
|
||||
|
||||
#
|
||||
# Script dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue