Timeline for Close the file in vim without closing the file explorer
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 30, 2019 at 13:11 | vote | accept | Prajwal | ||
| Jan 29, 2019 at 14:22 | answer | added | Ingo Karkat | timeline score: 4 | |
| Jan 16, 2019 at 16:29 | comment | added | Johan | No problem. Just to be clear: It is meant for in your .vimrc file :) | |
| Jan 16, 2019 at 15:41 | comment | added | Prajwal | @Johan Thanks for the suggestion. I didn't know that we could map like this. | |
| Jan 16, 2019 at 14:58 | comment | added | Johan |
When in :Explore mode, you can go to the parent directory with minus (-). I mapped the minus symbol to :Explore in normal mode and it feels very natural to me. It's a personal preference but maybe you can use it as well: map - :Explore<CR>
|
|
| Jan 16, 2019 at 13:55 | comment | added | bgregs | My personal preference: open your file in vim, run :Vex (or :Sex, I promise it's horizontal split). This will either vertically (or horizontally) split your window and run :Ex which will break it out into another pane in your current window. As for disabling behavior, I'm sure that can be accomplished in your .vimrc, but will leave that for someone else to post. :) | |
| Jan 16, 2019 at 13:50 | review | First posts | |||
| Jan 16, 2019 at 13:55 | |||||
| Jan 16, 2019 at 13:49 | history | asked | Prajwal | CC BY-SA 4.0 |