From a53847e86a1de5a03d6381447ebd5813fd6eb950 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Wed, 29 Jan 2014 08:12:40 +0100 Subject: vim: map as @q This makes sense because I use the q key all the time for macros and @ is kind of hard to type for me :) --- vimrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vimrc') diff --git a/vimrc b/vimrc index a8e5028..724aa90 100644 --- a/vimrc +++ b/vimrc @@ -133,6 +133,9 @@ nnoremap c :close inoremap :w nnoremap :w +" is the same as @q (I use q to store macros). +nnoremap @q + " vim-surround.vim: s is used to surround a word. map s ysiw -- cgit v1.2.3