vim-readdir icon indicating copy to clipboard operation
vim-readdir copied to clipboard

Create file shortcut

Open randomekek opened this issue 7 years ago • 3 comments

This commit lets you create new files while browsing. Not sure if it's useful for you (as you do a cwd command when you visit new directories).

https://github.com/randomekek/vim-readdir/commit/2d4163d959a64581a58d927b761ee531f8be3ef8

randomekek avatar Mar 21 '17 06:03 randomekek

Hmm, yeah. I can see how that makes sense for you.

I don’t like the UI though… e.g. you don’t get tab completion. I can’t say off hand how it would have to be designed so that I’d like it… Something more… Vim-ish.

Actually… I think this kinda convinces me that adding the chdirs was the right choice. 😊 They were a feature request that I was little skeptical of at first… but considering the effect on other Vim commands, maybe doing the chdir and then not needing various other explicit features was exactly the right choice.

ap avatar Mar 21 '17 07:03 ap

Yeah I prefer to not chdir because it's a habit from netrw. Easier to patch config than fix muscle memory... obligatory xkcd.

randomekek avatar Mar 21 '17 13:03 randomekek

#1172?

ap avatar Mar 21 '17 15:03 ap