From: Jannik ZANDER Date: Sat, 4 Aug 2018 16:23:00 +0000 (+0200) Subject: Enable esc again X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=5244e6ba5d5b590545772a63f5beb8e5783fd398;p=vimfiles.git Enable esc again --- diff --git a/vimrc b/vimrc index e76934f..eeda3c9 100644 --- a/vimrc +++ b/vimrc @@ -124,21 +124,21 @@ let &t_SI.="\e[5 q" let &t_EI.="\e[1 q" let &t_te.="\e[0 q" -"Basic Mappings +" Mappings let mapleader = "\" -noremap -noremap -noremap -noremap -noremap! -noremap! - -" Normal Mode Mappings -"nnoremap hh -"nnoremap jj -"nnoremap kk -"nnoremap ll +noremap +noremap +noremap +noremap + +" Terminal Mode +tnoremap h +tnoremap j +tnoremap k +tnoremap l + +" Normal Mode nnoremap ; : nnoremap : ; nnoremap n nzzzv @@ -154,31 +154,20 @@ nnoremap t :TagbarToggle "nnoremap html :-1read ~/.vim/template/html3jwf>a "nnoremap php :-1read ~/.vim/template/php2ja -"" Visual Mode Mappings +"" Visual Mode vnoremap jk -vnoremap vmap < >gv -" Insert Mode Mappings +" Insert Mode inoremap jk -inoremap -inoremap m :wa:Makei inoremap u -" Command Mode Mappings +" Command Mode cnoremap cnoremap - -" Command aliases cnoreabbrev w!! w !sudo tee "%" -" Termninal Mappings -tnoremap h -tnoremap j -tnoremap k -tnoremap l - " Functions " grep