mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
sioyek: nixify and use qwerty
This commit is contained in:
parent
00c2b721dd
commit
44faec0e2a
8 changed files with 93 additions and 19 deletions
|
|
@ -1,26 +1,23 @@
|
|||
#vim:ft=conf
|
||||
### Movement
|
||||
# move_left h
|
||||
move_down n
|
||||
move_up e
|
||||
# move_right i
|
||||
|
||||
move_visual_mark_up e
|
||||
move_visual_mark_down n
|
||||
screen_down J
|
||||
screen_up K
|
||||
|
||||
screen_down N
|
||||
screen_up E
|
||||
move_up_smooth k
|
||||
move_down_smooth j
|
||||
move_left_smooth h
|
||||
move_right_smooth l
|
||||
|
||||
## Zoom
|
||||
|
||||
zoom_in =
|
||||
|
||||
|
||||
### Search
|
||||
next_item k
|
||||
previous_item K
|
||||
zoom_in =
|
||||
|
||||
## Highlight
|
||||
add_highlight H
|
||||
|
||||
### Toggles
|
||||
toggle_dark_mode i
|
||||
toggle_fullscreen ,f
|
||||
toggle_custom_color ,d
|
||||
# toggle_dark_mode D
|
||||
|
|
@ -38,3 +35,12 @@ quit Q
|
|||
copy y
|
||||
|
||||
goto_toc <tab>
|
||||
|
||||
## Smart Jump, Portals
|
||||
|
||||
overview_link <C-p>
|
||||
|
||||
## Muscle Memory Bindings
|
||||
|
||||
command <A-x>
|
||||
search <C-f>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue