diff options
author | Thanos Apollo <[email protected]> | 2024-03-03 23:28:06 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-03-03 23:28:06 +0200 |
commit | 898346e73f5c2212fdabf5b20f7e7c25c120b2e9 (patch) | |
tree | 323e95919a74d6f8dadf7be73e4a650198234b41 /.config/nyxt/keys.lisp | |
parent | df1a1c962f07d7062317b49c7215da4076603bf9 (diff) |
nyxt:(keys) Add follow hint
Diffstat (limited to '.config/nyxt/keys.lisp')
-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))))) |