diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-07-30 20:09:00 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-07-30 20:18:37 -0400 |
| commit | 8c4e09dff83847ac7f07bf1da7751e9328006c4d (patch) | |
| tree | a0e245567ce225f8bcb63b66e4d2373b5d033e4a /.config/emacs/lisp/evil-collection/modes/xwidget/README.org | |
| parent | 1e33b30749bb1043ffc6ceb5a2fb0977446788b3 (diff) | |
actual final changes and get rid of junk in lisp dir
actually works fine
Diffstat (limited to '.config/emacs/lisp/evil-collection/modes/xwidget/README.org')
| -rw-r--r-- | .config/emacs/lisp/evil-collection/modes/xwidget/README.org | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/.config/emacs/lisp/evil-collection/modes/xwidget/README.org b/.config/emacs/lisp/evil-collection/modes/xwidget/README.org deleted file mode 100644 index 5825785..0000000 --- a/.config/emacs/lisp/evil-collection/modes/xwidget/README.org +++ /dev/null @@ -1,43 +0,0 @@ -* xwidget - - Evil bindings for [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Embedded-WebKit-Widgets.html][xwidget-webkit]], modeled after vimium. - -** Key bindings - - Standard read-only motion / quit bindings come from - =evil-collection-set-readonly-bindings=. - - | Command | Original | Evil | - |--------------------------------------------------+----------+----------------| - | =xwidget-webkit-scroll-up-line= | =C-n= | =j= | - | =xwidget-webkit-scroll-down-line= | =C-p= | =k= | - | =xwidget-webkit-scroll-top= | =M-<= | =gg= | - | =xwidget-webkit-scroll-bottom= | =M->= | =G= | - | =xwidget-webkit-scroll-backward= | =B= | =h= | - | =xwidget-webkit-scroll-forward= | =F= | =l= | - | =xwidget-webkit-scroll-up= | =SPC= | =C-f= | - | =xwidget-webkit-scroll-down= | =S-SPC= | =C-b= | - | =xwidget-webkit-back= | =r= | =H=, =<= | - | =xwidget-webkit-forward= | =R= | =L=, =>= | - | =xwidget-webkit-reload= | =g= | =r=, =gr= | - | =xwidget-webkit-current-url= | =u= | =yy= | - | =xwidget-webkit-browse-url= | =a= | =o=, =gu=, =J= | - | =xwidget-webkit-copy-selection-as-kill= (visual) | =w= | =y= | - | =xwidget-webkit-insert-string= | =i= | =RET= | - | =xwidget-webkit-zoom-in= | =+= | =+=, === | - | =xwidget-webkit-zoom-out= | =-= | =-= | - | =describe-mode= | =C-h m= | =?= | - -** New commands - - | Command | Key | Notes | - |----------------------------------------------------------+-----------+--------------------------------| - | =evil-collection-xwidget-webkit-scroll-half-page-up= | =d= | half-page down (vim semantics) | - | =evil-collection-xwidget-webkit-scroll-half-page-down= | =u= | half-page up (vim semantics) | - | =evil-collection-xwidget-webkit-new-tab= | =t= | prompt URL in new buffer | - | =evil-collection-xwidget-webkit-close-tab= | =x= | kill current buffer | - | =evil-collection-xwidget-webkit-restore-last-closed-tab= | =X= | reopen last closed | - | =evil-collection-xwidget-webkit-search-tabs= | =T=, =gt= | switch via =completing-read= | - - When =evil-want-C-d-scroll= / =evil-want-C-u-scroll= are non-nil, =C-d= and - =C-u= scroll the page. |
