Fork me on GitHub
#vim
<
2019-02-11
>
dave02:02:01

@dominicm i just played around with https://github.com/fholgado/minibufexpl.vim (which you posted earlier) for a bit. i like it! but after a while of playing with it and configuring it to my liking, i realized that i'd ended up with something very similar to ctrl-space, and then i realized that i like ctrl-space better 😄

dave02:02:56

one area where it does have ctrl-space beat is that you can keep it open and have a nice, succinct display of all of your open buffers

dave02:02:31

i just tend not to work that way. i like to be able to forget which buffers i have open most of the time -- one less thing to have on my mind

dave02:02:07

to wit, i have my tabline turned off

dave02:02:48

ctrl-space is useful to me in those times when i need to open a file i was just looking at and i don't quite remember what it was called, so i want to see what files i have open, just for a second, and switch to that particular file

dave02:02:13

then i go back to not caring what files i have open, and just looking at the file in front of me

👍 5
uochan08:02:11

@thiru0130 Thanks for your feedback! I'll support figwheel-main with vim-iced.

uochan01:02:31

@thiru0130 You can already connect to figwheel-main via following command. :IcedEvalRepl (cider.piggieback/cljs-repl (figwheel.main.api/repl-env "app")) But I'll provide more suitable I/F for piggieback.

thiru01:02:25

@UBL24PLE6 awesome! Your tool looks pretty compelling. I'll give it a go sometime soon. Hopefully it works ok with neovim 😓

hugo10:02:29

I get a lot of mileage out of :b <partial-buffer-name><Tab> with wildmenu and also nnoremap gb :ls<CR>:b<space> instead of just using :ls

dominicm12:02:09

Yeah, your gb is what I've been doing, but lots of overlap in filenames is killing me on this project

dave15:02:07

FWIW, vim-fzf also provides a way to fuzzy find over open buffers -- could potentially be useful for that?