From f718964cc35dbbc20d64099f4b56c62d58fbd919 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 15 May 2023 11:56:29 +0100 Subject: [PATCH] Rename and reorganise keys --- vimrc | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/vimrc b/vimrc index 769b752..abbc81e 100644 --- a/vimrc +++ b/vimrc @@ -25,6 +25,16 @@ endif set t_Co=256 set termguicolors +" Disable arrow keys. +inoremap +inoremap +inoremap +inoremap +nnoremap +nnoremap +nnoremap +nnoremap + inoremap inoremap ^ inoremap $ @@ -32,10 +42,6 @@ inoremap :w inoremap TODO: inoremap =strftime('%Y-%m-%dT%H:%M') inoremap #*TODO:*# -inoremap -inoremap -inoremap -inoremap nnoremap :Limelight!! nnoremap :call ACPToggleMargins() @@ -48,14 +54,10 @@ nnoremap :call ACPToggleMargins() nnoremap :call ACPAdocTodo() nnoremap :split nnoremap :call ACPToggleSpellEnGb() -nnoremap -nnoremap -nnoremap -nnoremap -nnoremap B :bprevious -nnoremap b :bnext -nnoremap d (coc-definition) +nnoremap B :bprevious +nnoremap b :bnext +nnoremap d (coc-definition) map map