How to open a file from project_panel in Vertical/Horizontal split in vim mode #16901
Replies: 1 comment
-
Replying so I'm in this thread if there's ever a native way to do it currently doing same jangle of key strokes and it's annoying |
Beta Was this translation helpful? Give feedback.
-
I'm trying to figure out if there is a way to open a file from the project panel in the vim mode.
I use NERDTree in vim and it has these small key shortcuts (i/s) that let you open files in horozintal/vertical splits.
My brain is now so hardwired to these shortcuts that I'd like to have them in Zed, too.
One of the things I considered was doing some combo of
"project_panel::OpenPermanent"
and"pane::SplitVertical"
or so and so. Right now I'm doing this:That feels very clunky and like I said my brain is hard to rewire. Curious if there is some hack I'm missing.
Beta Was this translation helpful? Give feedback.
All reactions