aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-06-20 05:19:55 -0600
committerNunoSempere <nuno.sempere@protonmail.com>2023-06-20 05:19:55 -0600
commit38cee8fd24fdb87ec015f46b66816cb6d182c6ae (patch)
treee2ec177ee935692e17f3d907f4c77d565c5115dd /config.h
parent5b1aab5e0c6239547b02bbfcde9107e0885299fa (diff)
change keybinding to not overlap with my own shortcut
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 05fad90..623568d 100644
--- a/config.h
+++ b/config.h
@@ -68,7 +68,7 @@ static struct {
{ CTRL, KEY(w), close_tab },
{ 0x0, KEY(F11), toggle_fullscreen },
{ CTRL, KEY(l), show_searchbar },
- { CTRL, KEY(k), hide_bar },
+ { CTRL, KEY(j), hide_bar },
{ CTRL, KEY(f), show_finder },
{ CTRL, KEY(n), finder_next },
{ CTRL | SFT, KEY(N), finder_prev },