From 1317240bb2702a4157598751a01304158704f410 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Tue, 13 Oct 2015 15:51:10 +0200 Subject: [PATCH] unimpaired --- bundles.vim | 1 + vimrc | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/bundles.vim b/bundles.vim index b3b1f7a..5f02246 100644 --- a/bundles.vim +++ b/bundles.vim @@ -43,6 +43,7 @@ Bundle 'tpope/vim-repeat' Bundle 'tpope/vim-surround' Bundle 'tpope/vim-endwise' Bundle 'tpope/vim-eunuch' +Bundle 'tpope/vim-unimpaired' filetype plugin indent on syntax on diff --git a/vimrc b/vimrc index 28bded4..e470f46 100644 --- a/vimrc +++ b/vimrc @@ -110,6 +110,13 @@ map b :CtrlPBuffer map r :CtrlPTag map p :CtrlP +nmap ( [ +nmap ) ] +omap ( [ +omap ) ] +xmap ( [ +xmap ) ] + "SuperTab options let g:SuperTabDefaultCompletionType = "context" " Complete options (disable preview scratch window)