summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAntoine Bertin <antoine@bertin.io>2022-05-17 05:03:30 +0200
committerGitHub <noreply@github.com>2022-05-16 23:03:30 -0400
commit1fc9ad1f52f417d74de05f9c7c5a56d329d19561 (patch)
tree5c6344c9d1d6167582386bf57b163e6e890c980d /config
parentc73ada8cd4bb709c9fdd6d2f4b6c9081d762a659 (diff)
add ctrl+h as hidden files toggle (#171)
Pretty much like everywhere else on linux
Diffstat (limited to 'config')
-rw-r--r--config/keymap.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/keymap.toml b/config/keymap.toml
index 21d3a4b..ef1da7f 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -8,6 +8,7 @@ mapcommand = [
{ keys = [ "R" ], command = "reload_dirlist" },
{ keys = [ "z", "h" ], command = "toggle_hidden" },
+ { keys = [ "ctrl+h" ], command = "toggle_hidden" },
{ keys = [ "\t" ], command = "tab_switch 1" },
{ keys = [ "backtab" ], command = "tab_switch -1" },