Fixed insert mode mappings for vim

This commit is contained in:
Eric Renfro 2018-08-30 13:51:02 -04:00
parent f8878d9e23
commit d84f6b0620
Signed by untrusted user who does not match committer: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 10 additions and 0 deletions

View File

@ -14,3 +14,13 @@ map <C-q><left> :tabp<cr>
map <C-q><right> :tabn<cr>
map <C-q><up> :tabr<cr>
map <C-q><down> :tabl<cr>
" Unmap the Insert Mode Mappings I don't like:
iunmap $1
iunmap $2
iunmap $3
iunmap $4
iunmap $q
iunmap $e
iunmap $t