aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 0c4099e..8670983 100644
--- a/vimrc
+++ b/vimrc
@@ -144,3 +144,6 @@ nnoremap <C-s> :w<CR>
" <C-q> is the same as @q (I use q to store macros).
nnoremap <C-q> @q
+" Pressing ^ in order to move to the first non-blank character is inconvenient.
+nnoremap <leader>, ^
+