cruxports/nyxt/vi-keybindings.patch

15 lines
474 B
Diff

--- base.lisp 2022-09-19 08:05:47.000000000 -0000
+++ base.lisp 2022-10-25 09:01:09.162395453 -0000
@@ -101,8 +101,9 @@ This mode is a good candidate to be pass
"C-x C-c" 'quit)
keyscheme:vi-normal
(list
- "o" 'set-url
- "O" 'set-url-new-buffer
+ "O" 'set-url
+ "o" 'set-url-new-buffer
+ "y f" 'nyxt/mode/hint:copy-hint-url
"g o" 'set-url-new-nosave-buffer
"R" 'reload-current-buffer
"r" 'reload-buffers