mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
46 lines
549 B
Text
46 lines
549 B
Text
#vim:ft=conf
|
|
### Movement
|
|
|
|
screen_down J
|
|
screen_up K
|
|
|
|
move_up_smooth k
|
|
move_down_smooth j
|
|
move_left_smooth h
|
|
move_right_smooth l
|
|
|
|
## Zoom
|
|
|
|
zoom_in =
|
|
|
|
## Highlight
|
|
add_highlight H
|
|
|
|
### Toggles
|
|
toggle_dark_mode i
|
|
toggle_fullscreen ,f
|
|
toggle_custom_color ,d
|
|
# toggle_dark_mode D
|
|
toggle_dark_mode ,D
|
|
## SyncTeX for LaTeX
|
|
toggle_synctex ,s
|
|
|
|
# Mark
|
|
goto_mark '
|
|
|
|
|
|
### Misc
|
|
quit Q
|
|
|
|
copy y
|
|
|
|
goto_toc <tab>
|
|
|
|
## Smart Jump, Portals
|
|
|
|
overview_link <C-p>
|
|
|
|
## Muscle Memory Bindings
|
|
|
|
command <A-x>
|
|
search <C-f>
|