You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add functionality to repeat the last executed command
Considerations:
What to do for functions or commands that require variables?
another variable for each command to decide when repeating whether we should prompt users for input again?
different keybinds, where one will prompt for input and another will reuse?
what should be the default?
What is a good default keybind
currently <leader>st is cause I'm using kickstart nvim, so binding it with telescope seems logical, but if repeat were to be used, need to consider whether there is a more logical binding
<leader>str for repeating
<leader>stt or <leader>sts or <leader>st for normal toolbox, note st will have slight delay if used with str
What to do with functions executed on top of visual selections
Need to think about it
The text was updated successfully, but these errors were encountered:
Add functionality to repeat the last executed command
Considerations:
<leader>st
is cause I'm using kickstart nvim, so binding it with telescope seems logical, but if repeat were to be used, need to consider whether there is a more logical binding<leader>str
for repeating<leader>stt
or<leader>sts
or<leader>st
for normal toolbox, notest
will have slight delay if used withstr
Need to think about it
The text was updated successfully, but these errors were encountered: