vimpanel icon indicating copy to clipboard operation
vimpanel copied to clipboard

A modern side panel for Vim

Results 4 vimpanel issues
Sort by recently updated
recently updated
newest added

I've been wondering how to quickly **search in multiple directories like sublimetext.** Seems that CtrlP doesn't support that https://github.com/ctrlpvim/ctrlp.vim/issues/436 NerdTree doesn't do it https://github.com/scrooloose/nerdtree/issues/215 My workflow always involves jumping from...

Hi! Since NERDTree has some serious issues with session management I want to give vimpanel a try. In NERDTree I used to have the following line in my vimrc to...

I started to use vimpanel however session manager doesn't save tabs to restore. Is that possible to add functionality like vim-session plugin ?

:autocmd VimEnter --- Auto-Commands --- VIM_PLUGIN_MANAGER VimEnter \* call vam#SourceMissingPlugins() NERDTreeHijackNetrw VimEnter \* silent! autocmd! FileExplorer call nerdtree#checkForBrowse(expand("")) PluginEasyTags VimEnter \* call xolox#easytags#register(1) Vimpanel VimEnter \* silent! autocmd! FileExplorer fugitive...