change keybinding to not overlap with my own shortcut

This commit is contained in:
NunoSempere 2023-06-20 05:19:55 -06:00
parent 5b1aab5e0c
commit 38cee8fd24

View File

@ -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 },