Comment on Vim Splits – Move Faster and More NaturallyparentComments−grayrest13yMy .vimrc used to have: nnoremap - :Sexplore<CR> Which opens netrw when you hit the - key. I now have it mapped to ctrlp instead (ctrl+enter in ctrlp to split open).
Comments
My .vimrc used to have:
Which opens netrw when you hit the - key. I now have it mapped to ctrlp instead (ctrl+enter in ctrlp to split open).