diff options
| author | Tom Li Dobnik <tomlidobnik1@gmail.com> | 2026-03-12 12:15:48 +0100 |
|---|---|---|
| committer | Tom Li Dobnik <tomlidobnik1@gmail.com> | 2026-03-12 12:15:48 +0100 |
| commit | d2c8c11ecdd0a8ee6e61bc8a378ac413690a552d (patch) | |
| tree | 4084c205f6ec186437c2ed6d7e46adeffc24422d /.config/sioyek/keys.config | |
| parent | 922b7200fe8164d22eb1d9242706c713cd8536fc (diff) | |
sioyek, ferris sweep layout
Diffstat (limited to '.config/sioyek/keys.config')
| -rw-r--r-- | .config/sioyek/keys.config | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/sioyek/keys.config b/.config/sioyek/keys.config index 8cc1946..0ddda93 100644 --- a/.config/sioyek/keys.config +++ b/.config/sioyek/keys.config @@ -28,7 +28,7 @@ goto_end <end> goto_end G # Opens a prompt to enter page number and jump to that page -goto_page_with_page_number <home> +goto_page_with_page_number r ## Goto left/right/bottom/top side of the page #goto_left <unbound> @@ -46,6 +46,7 @@ goto_top_of_page;goto_right_smart zz # Movement (can be prefixed with a number) # move_down <down> # move_up <up> + move_left <right> move_right <left> @@ -89,8 +90,8 @@ next_state <C-<right>> goto_toc o # Zoom -zoom_in + -fit_to_page_width = +zoom_in = +fit_to_page_width x zoom_out - ## Zoom in/out on the mouse cursor (instead of center of screen) @@ -98,7 +99,7 @@ zoom_out - # zoom_out_cursor <unbound> # Rotate document -rotate_clockwise r +rotate_clockwise <unbound> rotate_counterclockwise R # Automatically set the zoom level and horizontal offset such that the current page is centered horizontally and @@ -128,7 +129,7 @@ open_document_embedded_from_current_path <C-S-o> open_prev_doc a ## Opens the last document opened is sioyek. It is useful when you want to quickly toggle between two documents -#open_last_document <unbound> +open_last_document e ## Keyboard shortcut to enter visual mark mode (instead of right clicking) #enter_visual_mark_mode <unbound> @@ -394,4 +395,3 @@ toggle_titlebar <C-w> ## ------------------------------------ ## now you can bind _my_command_name to a keybind here: #_my_command_name <unbound> - |
