mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
fish: make bindings shell agnostic
This commit is contained in:
parent
31023ba3d8
commit
f5db31a4a9
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ in {
|
|||
programs.direnv.config.whitelist.prefix = [(config.home.sessionVariables.REPO_PATH + "/leana8959")];
|
||||
programs.tmux.extraConfig = lib.mkBefore ''
|
||||
# sessionizer binds
|
||||
bind -n C-f run-shell "tmux new-window ${fishExe} -c tmux-sessionizer"
|
||||
bind s run-shell "${fishExe} -c tmux-last"
|
||||
bind -n C-f run-shell "tmux new-window tmux-sessionizer"
|
||||
bind s run-shell "tmux-last"
|
||||
'';
|
||||
programs.kitty.settings.shell = ''${fishExe}'';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue