nmapc nmap F :bn nmap f :bp nmap X :bd nmap nmap nmap :call ForceClose() nmap :NERDTreeToggle=getcwd() nmap :set number! nmap I i nmap H B nmap L EEB if v:servername == "local" cnoremap q w:bd cnoremap wq w:bd nnoremap ZZ :w:bd endif nnoremap ZZ :w:bd function! ForceClose() silent! exec "bd" silent! exec "close" endfunction cabbr ll !ls -lh -I*.pyc -X iabbr cdate =strftime("%Y-%m-%d") command! -nargs=0 Notes call Edit_Notes() function! Edit_Notes() edit ~/etc/notes.txt normal G endfunction