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
Is your feature request related to a problem? Please describe.
I am used to open files in Vim by going to command mode, then entering :vn or :tabn, then pressing tab to have the command completed. After that, I usually enter one or two letters of the filename, press tab again and vim shows all matches. I can cycle through them and press enter to open the file. If the file is a directory, vim completes with a trailing / and if I press tab again, it lets me cycle through the files in that directory.
Describe the solution you'd like
<escape>:vn<tab> being completed to the :vnew command
<escape>:tabn<tab> being completed to the :tabnew command
Pressing tab after the :tabnew or :vnew command letting me cycle through the files in the current directory
Pressing tab after the :tabnew $LETTER or :vnew $LETTER command where $LETTER can be an arbitrary number of letters that are valid as part of a filename letting me cycle through the available files or directories that start with $LETTER, pressing then <enter> opens the file
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am used to open files in Vim by going to command mode, then entering
:vn
or:tabn
, then pressing tab to have the command completed. After that, I usually enter one or two letters of the filename, press tab again and vim shows all matches. I can cycle through them and press enter to open the file. If the file is a directory, vim completes with a trailing/
and if I press tab again, it lets me cycle through the files in that directory.Describe the solution you'd like
<escape>:vn<tab>
being completed to the:vnew
command<escape>:tabn<tab>
being completed to the:tabnew
command:tabnew
or:vnew
command letting me cycle through the files in the current directory:tabnew $LETTER
or:vnew $LETTER
command where$LETTER
can be an arbitrary number of letters that are valid as part of a filename letting me cycle through the available files or directories that start with$LETTER
, pressing then<enter>
opens the fileDescribe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: