aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-06-20 08:30:36 -0600
committerNunoSempere <nuno.sempere@protonmail.com>2023-06-20 08:30:36 -0600
commit4784a0ad26df383d92a4fd23ed6f2360cb0a1214 (patch)
tree6eb491f0df4e3e9ad7365772d24d21525b4c7307 /config.h
parent3beef82ca6af9c6648ef9bfd95878f85cbb90eb5 (diff)
changes to protonmail style; semicolon to hide bar.
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 623568d..d5046e8 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(j), hide_bar },
+ { CTRL, KEY(semicolon), hide_bar },
{ CTRL, KEY(f), show_finder },
{ CTRL, KEY(n), finder_next },
{ CTRL | SFT, KEY(N), finder_prev },