1
0
mirror of https://github.com/amix/vimrc synced 2025-07-06 16:05:01 +08:00

more description on modification

This commit is contained in:
Caleb Taylor
2019-08-07 11:44:15 -07:00
parent 13a698483c
commit d71492bb49
3 changed files with 21 additions and 12 deletions

View File

@ -367,10 +367,6 @@ map <leader>q :e ~/buffer<cr>
" Quickly open a markdown buffer for scribble
map <leader>x :e ~/buffer.md<cr>
" Toggle paste mode on and off
" map <leader>pp :setlocal paste!<cr>
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Helper functions
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

View File

@ -102,9 +102,6 @@ let g:NERDTreeWinPos = "right"
let NERDTreeShowHidden=0
let NERDTreeIgnore = ['\.pyc$', '__pycache__']
let g:NERDTreeWinSize=35
" map <leader>nn :NERDTreeToggle<cr>
" map <leader>nb :NERDTreeFromBookmark<Space>
" map <leader>nf :NERDTreeFind<cr>
" Open a NERDTree automatically when vim starts up if no files were specified
autocmd StdinReadPre * let s:std_in=1