From d6b3ebbe7d72a6fa3fa2e7bfef6ad4bd2a073cf5 Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Sun, 13 Sep 2020 17:35:19 +0200 Subject: [PATCH] Re-enable arrow keys in vim I'm comfortable with hjkl now and thus this is not useful anymore since it also disables them in command mode where I actually need them from time to time. --- .config/vim/vimrc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.config/vim/vimrc b/.config/vim/vimrc index ed9d587..bd984dd 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -10,15 +10,6 @@ packadd! vim-gitgutter " Keybinds ##################################################################### " Set leader key let mapleader = "\" -" Disable arrow keys -noremap "" -noremap! -noremap "" -noremap! -noremap "" -noremap! -noremap "" -noremap! " Stop highlighting search result when pressing Return nnoremap :nohlsearch