Changes on Fri 08 Apr 2022 01:16:17 PM CEST
Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
@@ -35,6 +35,10 @@ move_down <down>
|
||||
move_up <up>
|
||||
move_left <right>
|
||||
move_right <left>
|
||||
move_down j
|
||||
move_up k
|
||||
move_left l
|
||||
move_right h
|
||||
|
||||
# Goto forward for one page width. (can be prefixed with a number)
|
||||
# (note that going forward for one page width is not usually what you want becaue if
|
||||
@@ -68,7 +72,7 @@ goto_toc t
|
||||
|
||||
# zoom
|
||||
zoom_in <S-+>
|
||||
zoom_out =
|
||||
zoom_in =
|
||||
zoom_out -
|
||||
|
||||
# Automatically set the zoom level and horizontal offset such that the current page is centered horizontally and
|
||||
@@ -166,7 +170,7 @@ toggle_one_window <f12>
|
||||
# ---------- MISC ----------
|
||||
|
||||
# copy selected text
|
||||
copy <C-c>
|
||||
copy y
|
||||
|
||||
toggle_fullscreen <f11>
|
||||
|
||||
@@ -193,12 +197,12 @@ toggle_synctex <f4>
|
||||
toggle_mouse_drag_mode <f6>
|
||||
|
||||
# command the move the visual mark to the next/previous line
|
||||
move_visual_mark_up k
|
||||
move_visual_mark_down j
|
||||
#move_visual_mark_up k
|
||||
#move_visual_mark_down j
|
||||
|
||||
# In visual scroll mode, mouse wheel performs `move_visual_mark_up` and `move_visual_mark_down` commands
|
||||
toggle_visual_scroll <f7>
|
||||
|
||||
toggle_presentation_mode <f5>
|
||||
|
||||
#quit q
|
||||
quit q
|
||||
|
||||
Reference in New Issue
Block a user