From 6bf05f9c67373f90ed9d3dc8a5732ad352372256 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Mon, 8 Sep 2014 09:07:52 +0200 Subject: vim: added a new mapping. Now , is an alias of ^ This is because I find that pressing ^ to go to the first non-blank character of the current line is rather inconvenient. --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 0c4099e..8670983 100644 --- a/vimrc +++ b/vimrc @@ -144,3 +144,6 @@ nnoremap :w " is the same as @q (I use q to store macros). nnoremap @q +" Pressing ^ in order to move to the first non-blank character is inconvenient. +nnoremap , ^ + -- cgit v1.2.3