From 3df9f878999144029f7709e8eeaeed41aad76655 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Thu, 7 May 2020 12:18:36 +0000 Subject: [PATCH] Update vimrc --- .vimrc | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/.vimrc b/.vimrc index 385caf0..33de0a8 100644 --- a/.vimrc +++ b/.vimrc @@ -36,34 +36,41 @@ endfunc nnoremap let mapleader = " " -" splits +" split nmap ss :spw nmap sv :vsw -" split navigation +" split navigate +nnoremap sw w +nnoremap sh h nnoremap sj j nnoremap sk k nnoremap sl l -nnoremap sh h -" split resizing +" split resize nnoremap srh < nnoremap srl > nnoremap srk + nnoremap srj - +" file tree +nnoremap sb :Lex + " hard mode -map -map -map -map +nnoremap +nnoremap +nnoremap +nnoremap +inoremap +inoremap +inoremap +inoremap " quick quit nnoremap w :w nnoremap q :q " quick exit insert -inoremap inoremap jj " clear search highlight @@ -169,7 +176,6 @@ let g:tidal_flash_duration = 50 " plugin keybindings ___________________ -nnoremap :Lex nnoremap :FZF nnoremap b :Buffers nnoremap h :History