From: martin f. krafft Date: Thu, 14 Oct 2021 01:41:35 +0000 (+1300) Subject: Do not use special navigation for wrap mode X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/a2a7cd5479c555fd491bde44d0b07408a39186d8 Do not use special navigation for wrap mode --- diff --git a/.vimrc b/.vimrc index c989e1d..656285a 100644 --- a/.vimrc +++ b/.vimrc @@ -1474,14 +1474,6 @@ augroup tsperrorinsert autocmd InsertLeave * match Error /\s\+$/ augroup end -" treat wrapped lines normally -nnoremap k gk -nnoremap gk -inoremap gk -nnoremap j gj -nnoremap gj -inoremap gj - " this isn't windows, screw the F1->help key map imap