Skip to content

Instantly share code, notes, and snippets.

@pablospe
Created March 6, 2024 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pablospe/1b78ecc8a728cc1154c5622aaa339bb1 to your computer and use it in GitHub Desktop.
Save pablospe/1b78ecc8a728cc1154c5622aaa339bb1 to your computer and use it in GitHub Desktop.
.config/sioyek/keys_user.config
# Vim navigation.
move_left l
move_right h
goto_top_of_page H
goto_bottom_of_page L
next_page <right>
previous_page <left>
screen_down <C-d>
screen_up <C-u>
# Goto the next/previous history point.
prev_state <A-a>
next_state <A-s>
# Zoom.
zoom_in <C-=>
zoom_out <C-->
fit_to_page_height_smart <C-0>
# Zoom in/out on the mouse cursor (instead of center of screen).
zoom_in_cursor 30
zoom_out_cursor 30
# This was the default for 'l'
overview_definition o
# open command line
command <A-q>
# Doesn't work...
# setconfig_startup_commands toggle_custom_color;toggle_scrollbar;toggle_mouse_drag_mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment