summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2009-08-09 22:26:43 +0200
committerFlorian Pritz <bluewind@xssn.at>2009-08-09 22:26:43 +0200
commitcf0d463f6ec5f5a0a725f4b8e691b9bfff7bf367 (patch)
tree8eb0d62301c176c2cb2a10cf75c4e8a431584c42 /.vimrc
parent32c98ec61b2d4f1e6ac55c788bde23569f174599 (diff)
downloaddotfiles-cf0d463f6ec5f5a0a725f4b8e691b9bfff7bf367.tar.gz
dotfiles-cf0d463f6ec5f5a0a725f4b8e691b9bfff7bf367.tar.xz
new vim plugin
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index d892da4..1483d5c 100644
--- a/.vimrc
+++ b/.vimrc
@@ -32,6 +32,8 @@ set scrolloff=3
set showcmd
set display=uhex
+let g:qname_hotkey = "<C-b>"
+
syntax on
filetype plugin indent on
@@ -65,8 +67,8 @@ inoremap <F2> <ESC>:NERDTreeToggle<CR>
noremap <C-f> :FuzzyFinderFile<CR>
inoremap <C-f> <ESC>:FuzzyFinderFile<CR>
-noremap <C-b> :FuzzyFinderBuffer<CR>
-inoremap <C-b> <ESC>:FuzzyFinderBuffer<CR>
+"noremap <C-b> :FuzzyFinderBuffer<CR>
+"inoremap <C-b> <ESC>:FuzzyFinderBuffer<CR>
noremap <C-h> :nohl<CR>
inoremap <C-h> <ESC>:nohl<CR>a