diff options
-rw-r--r-- | .config/nyxt/keys.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nyxt/keys.lisp b/.config/nyxt/keys.lisp index 827abd7..5ede9f5 100644 --- a/.config/nyxt/keys.lisp +++ b/.config/nyxt/keys.lisp @@ -21,4 +21,5 @@ "C-c y" 'autofill "C-c v" 'visual-mode "C-f" :history-forwards-maybe-query + "C-x C-f" 'follow-hint "C-s" :search-buffer))))) |