mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
tmux: update binding to lazygit
This commit is contained in:
parent
76b18f85c9
commit
2a3fecfa8b
1 changed files with 1 additions and 1 deletions
|
|
@ -6,6 +6,6 @@
|
|||
cfg = config.programs.lazygit;
|
||||
in {
|
||||
programs.tmux.extraConfig = lib.mkIf cfg.enable ''
|
||||
bind -n C-g run-shell "tmux new-window ${lib.getExe cfg.package}"
|
||||
bind g run-shell "tmux new-window ${lib.getExe cfg.package}"
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue