aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-23 11:20:16 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-23 11:49:42 +1200
commit5b06161ece5f72b3de4ad064ed62986a68ffc93f (patch)
treeed1b3ddd330b897460eba2ac17d940fa6218be5e
parentHandle visual mode better in Vim mappings (diff)
downloaddotfiles-5b06161ece5f72b3de4ad064ed62986a68ffc93f.tar.gz
dotfiles-5b06161ece5f72b3de4ad064ed62986a68ffc93f.zip
Remove j/gj remappings
Mostly as an experiment; let's see how much I miss them.
-rw-r--r--vim/vimrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 96023a77..795bb8ce 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -213,12 +213,6 @@ nnoremap ]l :<C-U>lnext<CR>
nmap [<Space> <Plug>PutBlankLinesAbove
nmap ]<Space> <Plug>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$