this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove old Vim plugins

-4
-4
vimrc
··· 193 193 map <silent> <leader><space> :nohlsearch<CR> 194 194 nmap <C-M> :nohlsearch<CR> 195 195 196 - " File tree and tag list 197 - map <leader>ok :NERDTreeToggle<CR> 198 - map <leader>ol :TlistToggle<CR> 199 - 200 196 " Formatting 201 197 map <leader>ffa mzgg=G`z<CR> 202 198