cruxports/nyxt/vi-keybindings.patch

15 lines
474 B
Diff
Raw Normal View History

2023-02-12 02:45:43 +00:00
--- 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
2023-05-23 00:46:37 +00:00
+ "y f" 'nyxt/mode/hint:copy-hint-url
2023-02-12 02:45:43 +00:00
"g o" 'set-url-new-nosave-buffer
"R" 'reload-current-buffer
"r" 'reload-buffers