aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 84b28d6..c364aae 100644
--- a/vimrc
+++ b/vimrc
@@ -13,7 +13,7 @@ syntax enable
13 13
14nnoremap <C-Right> :bnext<cr> 14nnoremap <C-Right> :bnext<cr>
15nnoremap <C-Left> :bprevious<cr> 15nnoremap <C-Left> :bprevious<cr>
16nnoremap <C-b> :buffers<cr>:buffer 16nnoremap <C-b> :buffers<cr>:buffer
17nnoremap <C-p> :Explore<cr> 17nnoremap <C-p> :Explore<cr>
18nnoremap <C-q> :copen<cr> 18nnoremap <C-q> :copen<cr>
19 19