From 5b06161ece5f72b3de4ad064ed62986a68ffc93f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 23 Jun 2018 11:20:16 +1200 Subject: Remove j/gj remappings Mostly as an experiment; let's see how much I miss them. --- vim/vimrc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 96023a77..795bb8ce 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -213,12 +213,6 @@ nnoremap ]l :lnext nmap [ PutBlankLinesAbove nmap ] PutBlankLinesBelow -" Swap buffer line vs screen row motions -nnoremap j gj -nnoremap gj j -nnoremap k gk -nnoremap gk k - " Remap normal Y to yank to end of line (consistent with C, D) nnoremap Y y$ -- cgit v1.2.3