summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2022-05-26 19:52:52 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2022-05-26 19:52:52 -0400
commit34170bbec4a67dfc3c85ccf890ea0189fe2728ae (patch)
tree92178294231b939ff879ea4f13243d07800e3e1d /config
parent3181c6d61b5a71c7e408263e85c4d9b67463aa5e (diff)
parent24c21dc9aed80c61ed9bdb72d9597cfbe66fcfaf (diff)
Merge branch 'main' of github.com:kamiyaa/joshuto
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 b5980ea..bbc7705 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -10,6 +10,7 @@ keymap = [
{ 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" },