From 7809d62c356c679d6b359bb2ea331e8ecbdbfd0c Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 19 Jun 2019 09:50:22 +0100 Subject: [PATCH] Re-arrange key mappings --- vimrc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/vimrc b/vimrc index 972d2f9..10e4738 100644 --- a/vimrc +++ b/vimrc @@ -19,17 +19,19 @@ endif " ====================================================================== " General settings for all builds. -inoremap inoremap -inoremap +inoremap inoremap -nnoremap +inoremap nnoremap -nnoremap +nnoremap nnoremap +nnoremap + nnoremap :setlocal spell! spelllang=en_gb nnoremap :put =strftime('%FT%T%z') nnoremap :Goyo:Limelight!! + set autoindent set autoread set background=dark