undo leader and things

This commit is contained in:
Emerson Veenstra 2017-08-24 19:29:04 -04:00
parent 06b2fb33e7
commit 6f630ac370
1 changed files with 2 additions and 3 deletions

5
.vimrc
View File

@ -101,9 +101,8 @@ inoremap <buffer><Home> <nop>
inoremap <buffer><Insert> <nop>
inoremap <buffer><End> <nop>
inoremap ;; <esc>
nnoremap ;; <esc>
vnoremap ;; <esc>
inoremap <Leader>; <esc>
nnoremap ; :
"Toggle line numbering
nmap <Leader>n :setlocal number!<CR>