mirror of https://codeberg.org/anemofilia/zero
radio: files: sioyek: Change goto_toc key to <tab>
parent
82513feba0
commit
adb28a3ccd
|
@ -83,7 +83,7 @@ next_state <S-<backspace>>
|
|||
next_state <C-<right>>
|
||||
|
||||
# Open table of contents.
|
||||
goto_toc t
|
||||
goto_toc <tab>
|
||||
|
||||
# Zoom
|
||||
#zoom_in +
|
||||
|
@ -217,7 +217,6 @@ delete_portal dp
|
|||
|
||||
# Goto the position of the portal with the closest source to current location
|
||||
goto_portal gp
|
||||
goto_portal <tab>
|
||||
|
||||
# Similar to goto_portal, except when prev_state is called, the destination of the portal is update to be the state
|
||||
# on which prev_state is called
|
||||
|
|
Loading…
Reference in New Issue