New: enter insert mode after toggle_todo()
and insert_link()
#9
renerocksai
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is now possible to never leave insert mode when toggling todo or inserting a link!
I opted for jumping to the end of the line via simulated
A
key as the most sane option, especially fortoggle_todo()
.From the README:
insert_link()
: select a note by name, via Telescope, and place a[[link]]
at the current cursor position{i}
. Iftrue
, it will enter input mode by pressing the 'A' key. This is useful when being used in a simpleinoremap
key mapping like shown in Bind it.toggle_todo()
: turn a line into a- [ ]
line, or toggle between- [ ]
,- [x]
, and-
.{i}
. Iftrue
, it will enter input mode by pressing the 'A' key. This is useful when being used in a simpleinoremap
key mapping like shown in Bind it....
Beta Was this translation helpful? Give feedback.
All reactions