# Sioyek user keybindings # Vim-like keybindings # Navigation - use visual mark commands (works as scroll when no mark exists) move_visual_mark_down j move_visual_mark_up k move_left h move_right l # Page navigation next_page J previous_page K screen_down screen_up screen_down screen_up goto_page_with_page_number goto_beginning gg goto_end G # Chapter navigation (like vim [[ ]]) next_chapter ]] prev_chapter [[ # History navigation (like vim jumplist) prev_state next_state # Scroll screen_down screen_up # Search search / next_item n prev_item N # Copy copy y # Command mode command : # Zoom zoom_in + zoom_in = zoom_out - fit_to_page_width w fit_to_page_width_smart e # Bookmarks add_bookmark m goto_bookmark ' delete_bookmark dm # Highlights - mouse select text, then h + letter for color add_highlight H goto_next_highlight ]h goto_prev_highlight [h delete_highlight dh # Table of contents goto_toc t # Visual mark - right-click or v to create, then j/k to move visual_mark_under_cursor v toggle_visual_scroll # Synctex (for LaTeX integration) # F4 toggles synctex mode, then right-click on text jumps to source # Use v to start visual mark, then Enter to jump to source in editor toggle_synctex synctex_under_ruler # Color mode toggle toggle_dark_mode toggle_custom_color # Open/close quit q quit ZZ quit ZQ open_document o # View rotate_clockwise r rotate_counterclockwise R toggle_fullscreen F # Portal (linked view) portal p # Overview (thumbnail view) overview