summaryrefslogtreecommitdiff
path: root/.config/nyxt
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-03-03 23:28:06 +0200
committerThanos Apollo <[email protected]>2024-03-03 23:28:06 +0200
commit898346e73f5c2212fdabf5b20f7e7c25c120b2e9 (patch)
tree323e95919a74d6f8dadf7be73e4a650198234b41 /.config/nyxt
parentdf1a1c962f07d7062317b49c7215da4076603bf9 (diff)
nyxt:(keys) Add follow hint
Diffstat (limited to '.config/nyxt')
-rw-r--r--.config/nyxt/keys.lisp1
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)))))