aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 164e1f2..32b7eae 100644
--- a/.vimrc
+++ b/.vimrc
@@ -65,6 +65,9 @@ nmap ga <Plug>(EasyAlign)
" MAPPINGS "
""""""""""""""
+"gr is pretty useless, and gq is too cumbersome for reflow commands
+noremap gr gq
+
"insert lines below
nnoremap ++ ==
nnoremap = Oa<C-u><Esc>j