Created
July 24, 2012 06:08
-
-
Save kmaed/3168313 to your computer and use it in GitHub Desktop.
Emacs like key bindings for zathura
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set adjust-open width | |
map \< goto top | |
map \> goto bottom | |
map b navigate previous | |
map e follow | |
map f navigate next | |
map p goto top | |
map <C-+> zoom in | |
map <C--> zoom out | |
map <C-=> zoom in | |
map <C-)> adjust_window best-fit | |
map <C-0> adjust_window width | |
map <C-a> scroll full-left | |
map <C-b> scroll left | |
map <C-e> scroll full-right | |
map <C-f> scroll right | |
map <C-g> abort | |
map <C-n> scroll down | |
map <C-p> scroll up | |
map <C-v> scroll full-down | |
map <A-\<> goto top | |
map <A-\>> goto bottom | |
map <A-v> scroll full-up |
ghost
commented
Jan 14, 2024
via email
Glad to help a fellow Emacs user! You might also be interested in
Sticky Modifiers with Modified Keyboard Layout,
that is, instead of <C-a>, you press then release <Control>, then press <a>.
This repo,
https://github.com/ne9z/ergo-keyboard-layout
contains my modifications. It has:
- Caps Lock → Left Ctrl
- Apostrophe/Quotation mark → Right Ctrl
- Tab → Apostrophe/Quotation mark
- Right Ctrl → Tab (use C-i for Tab)
- Use Caps Lock indicator for sticky modifier status.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment