From 0bdc28fc042d799e7ac0c05cf0819753187030ae Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Fri, 3 Jan 2014 16:50:22 +0100 Subject: vim: created a shortcut for surrounding words. --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index d68633a..8a5b910 100644 --- a/vimrc +++ b/vimrc @@ -125,3 +125,6 @@ nnoremap :w " in normal mode selects the whole text by using visual mode. nnoremap ggVG +" vim-surround.vim: s is used to surround a word. +map s ysiw + -- cgit v1.2.3