cruxports/nyxt/vi-keybindings.patch

24 lines
948 B
Diff

--- a/base-mode.lisp 2022-01-14 05:17:53.000000000 -0500
+++ b/base-mode.lisp 2022-03-16 19:36:16.253407249 -0400
@@ -107,8 +107,8 @@ This mode is a good candidate to be pass
"d" 'delete-buffer
"D" 'delete-current-buffer
"B" 'make-buffer-focus
- "o" 'set-url
- "O" 'set-url-new-buffer
+ "O" 'set-url
+ "o" 'set-url-new-buffer
"g o" 'set-url-new-nosave-buffer
"m u" 'bookmark-url
"m d" 'delete-bookmark
--- a/web-mode.lisp 2022-01-14 05:17:53.000000000 -0500
+++ b/web-mode.lisp 2022-03-20 16:50:37.595566965 -0400
@@ -160,6 +160,7 @@ and to index the top of the page.")
"H" 'history-backwards
"L" 'history-forwards
"y y" 'copy
+ "y f" 'copy-hint-url
"p" 'paste
"d d" 'cut
"u" 'undo