Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 823 Bytes

readme.md

File metadata and controls

27 lines (17 loc) · 823 Bytes

Native sidebar for VIM

Minimal plugin that makes netrw more intuitive

Use CONTROL+B to toggle a sidebar with your directory files, just like VSCode. This plugin only uses native netrw with some nice defaults and maps the keyboard shortcut. This means you don't need NERDTree because vim already has a nice file browser.

asciicast

Install

I use vim-plug

Plug 'pablopunk/native-sidebar.vim'

You can assign your own keyboard shortcut:

" Use ctrl+T
let g:native_sidebar_shortcut = '<c-t>'

Related