-
Longtime vim user just playing with Helix, and one thing I miss is being able to go to a buffer with |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can type the name in the buffer picker ( The PR #4756 adds a |
Beta Was this translation helpful? Give feedback.
-
Ah, the filtering is almost as nice as autocomplete, thanks! That PR is... well. For me choosing buffers by index rather than name seems almost worse than nothing at all. Sure, multiple buffers can have the same name, but that's why you disambiguate them as |
Beta Was this translation helpful? Give feedback.
You can type the name in the buffer picker (
<Space>b
), it's not autocomplete but should filter the list.The PR #4756 adds a
buffer-goto
command accepting an index, the next step might be the name.