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>>
|
next_state <C-<right>>
|
||||||
|
|
||||||
# Open table of contents.
|
# Open table of contents.
|
||||||
goto_toc t
|
goto_toc <tab>
|
||||||
|
|
||||||
# Zoom
|
# Zoom
|
||||||
#zoom_in +
|
#zoom_in +
|
||||||
|
@ -217,7 +217,6 @@ delete_portal dp
|
||||||
|
|
||||||
# Goto the position of the portal with the closest source to current location
|
# Goto the position of the portal with the closest source to current location
|
||||||
goto_portal gp
|
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
|
# 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
|
# on which prev_state is called
|
||||||
|
|
Loading…
Reference in New Issue