From dce9a380be4d11916f17c7e12cde5307ecaad26f Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 15 Feb 2014 13:53:18 +0100 Subject: vim: shiftwidth, nohlsearch mapping, submodules - reenabled shiftwidth (for correct autoindenting) - changed nohlsearch mapping from enter to space (enter already used in e.g. Quickfix window) - updated submodules --- vim/bundle/ag | 2 +- vim/bundle/airline | 2 +- vim/bundle/bufexplorer | 2 +- vim/bundle/gitgutter | 2 +- vimrc | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/vim/bundle/ag b/vim/bundle/ag index dd07cb0..a93df9c 160000 --- a/vim/bundle/ag +++ b/vim/bundle/ag @@ -1 +1 @@ -Subproject commit dd07cb0ebe5d3bd852bd604a0c087d2c3ae613ae +Subproject commit a93df9ceb842a0058507e2149e4b332e15c13845 diff --git a/vim/bundle/airline b/vim/bundle/airline index b45ab38..dbd6c4a 160000 --- a/vim/bundle/airline +++ b/vim/bundle/airline @@ -1 +1 @@ -Subproject commit b45ab384ee87c3557e2deb342f3e8329416a0bde +Subproject commit dbd6c4a71ae078b7065500aca3bd96b6d410a3b6 diff --git a/vim/bundle/bufexplorer b/vim/bundle/bufexplorer index 4a5df2e..fd559a7 160000 --- a/vim/bundle/bufexplorer +++ b/vim/bundle/bufexplorer @@ -1 +1 @@ -Subproject commit 4a5df2e284db2cdb56a893f712c64d230bc304dd +Subproject commit fd559a710530e7214b9fa34d4e859f9ba2f9a0c4 diff --git a/vim/bundle/gitgutter b/vim/bundle/gitgutter index f7368e0..f291db0 160000 --- a/vim/bundle/gitgutter +++ b/vim/bundle/gitgutter @@ -1 +1 @@ -Subproject commit f7368e042fc0e4f6875e1640ea197d08ea40e4f9 +Subproject commit f291db08c77c924bf027bb21ed517ed721afed45 diff --git a/vimrc b/vimrc index 5e31467..06b3a63 100644 --- a/vimrc +++ b/vimrc @@ -13,7 +13,7 @@ set title " set terminal title set ruler " show line/column of cursor in status line set tabstop=4 " display a tab as 4 spaces "set softtabstop=4 " (soft) indent tabs with 4 spaces -"set shiftwidth=4 " (auto)indent with 4 spaces (> <) +set shiftwidth=4 " (auto)indent with 4 spaces (> <) set noexpandtab " don't expand tabs to spaces set nobackup " don't keep backup files set showtabline=2 " always show tab line @@ -64,7 +64,7 @@ let g:netrw_list_hide='^\..*$' " don't show hidden files " key mappings -nnoremap :nohlsearch +nnoremap :nohlsearch nmap tn :tabnew nmap tc :tabclose noremap :BufExplorerHorizontalSplit -- cgit v1.2.3