diff --git a/config/plugins/navigation.nix b/config/plugins/navigation.nix index 9037207..c7f2f93 100644 --- a/config/plugins/navigation.nix +++ b/config/plugins/navigation.nix @@ -49,11 +49,25 @@ }); settings = { keymaps = { - "." = "actions.parent"; - "-" = ""; - "" = ""; + "J" = "actions.parent"; "Q" = "actions.close"; + "" = "actions.select_split"; + "" = "actions.refresh"; + "" = "actions.preview"; + "" = "actions.select_vsplit"; + "" = "actions.select_tab"; + "" = "actions.select"; + "K" = "actions.select"; + _ = "actions.open_cwd"; + "`" = "actions.cd"; + "g." = "actions.toggle_hidden"; + "g?" = "actions.show_help"; + "g\\" = "actions.toggle_trash"; + gs = "actions.change_sort"; + gx = "actions.open_external"; + "~" = "actions.tcd"; }; + use_default_keymaps = false; }; }; harpoon = {