aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-12 11:16:44 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-12 11:16:44 +1200
commit9c8ab3c31591ac46ce2ced1a699d86080f0676c0 (patch)
tree8c5067418fd7521162e1186d98c952c2f1f11027 /vim
parentUpgrade cmdwin_ctrlc.vim plugin (diff)
downloaddotfiles-9c8ab3c31591ac46ce2ced1a699d86080f0676c0.tar.gz
dotfiles-9c8ab3c31591ac46ce2ced1a699d86080f0676c0.zip
Remove fixed_join.vim plugin
From discussion with nickspoon; let's try out using the jump-to-join default behaviour for a little while, and use gq motions instead for formatting prose.
Diffstat (limited to 'vim')
m---------vim/bundle/fixed_join0
-rw-r--r--vim/vimrc5
2 files changed, 0 insertions, 5 deletions
diff --git a/vim/bundle/fixed_join b/vim/bundle/fixed_join
deleted file mode 160000
-Subproject e24d47cba9efa6289867e04a12241767b880cd1
diff --git a/vim/vimrc b/vim/vimrc
index d1b47b0b..1dc90aa0 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -178,11 +178,6 @@ vnoremap <silent> <C-L> :<C-U>nohlsearch<CR>gv<C-L>
inoremap <Plug>InsertCancel <Esc>u
imap <C-C> <Plug>InsertCancel
-" Remap normal J to stay in place while joining lines
-" Default to not-quite-correct vim-tiny-compatible map if no plugin
-nnoremap <Plug>FixedJoin mzJ`z
-nmap J <Plug>FixedJoin
-
" Remap normal/visual space to scroll down a page, backspace up
nnoremap <Space> <C-F>
nnoremap <BS> <C-B>