Im in windows and is new in using gvim. I am using the Nerdtree plugin for project navigations. Right now I open files from the nerd tree, vim will then load this opened files in the buffer. I find it easier to switch throug multiple files using the :b command, it gets more convenient after opening more files as more is loaded in the buffer.
But I think it will be more convenient if there is a way to load all files in a directory in the buffer at the same time instead of loading one by one when opening them.
autocmd BufEnter * silent! lcd %:p:h:gs/ /\\ /
, which switches the current directory whenever I switch buffers. Very handy for the reasons listed here. – Lyonnesse