From 5244e6ba5d5b590545772a63f5beb8e5783fd398 Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Sat, 4 Aug 2018 18:23:00 +0200 Subject: [PATCH] Enable esc again --- vimrc | 43 ++++++++++++++++--------------------------- 1 file changed, 16 insertions(+), 27 deletions(-) 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 -- 2.43.0