helix/module.nix: change keybind
This commit is contained in:
parent
81ca2d0f3a
commit
38ce41eea4
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ in {
|
|||
};
|
||||
};
|
||||
keys.normal = {
|
||||
C-g = [":new" ":insert-output ${getExe pkgs.lazygit}" ":buffer-close!" ":redraw"];
|
||||
space.g = [":new" ":insert-output ${getExe pkgs.lazygit}" ":buffer-close!" ":redraw"];
|
||||
esc = ["collapse_selection" "keep_primary_selection" "normal_mode"];
|
||||
A-H = "goto_previous_buffer";
|
||||
A-L = "goto_next_buffer";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue