aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-06-09 00:28:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-06-09 00:28:32 +1200
commit34976bdad97b17ffe8470bb2ae8dc31ffb175691 (patch)
tree38c07e94fa3de0863e7143113b5dc877f8e42554 /vim/vimrc
parentSet textwidth for Markdown (diff)
downloaddotfiles-34976bdad97b17ffe8470bb2ae8dc31ffb175691.tar.gz
dotfiles-34976bdad97b17ffe8470bb2ae8dc31ffb175691.zip
Hold cursor in place when joining lines
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 6b7e9222..1409dca5 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -79,6 +79,7 @@ set shiftround
set shiftwidth=4
set softtabstop=4
set tabstop=4
+nnoremap J mzJ`z
" History
set history=1000