summaryrefslogtreecommitdiff
path: root/.vim/vimrc_files/keymaps.vim
diff options
context:
space:
mode:
authorJohannes Stolp <jstolp@fr65zebu10.internal.synopsys.com>2016-05-26 18:54:32 +0200
committerJohannes Stolp <jstolp@fr65zebu10.internal.synopsys.com>2016-05-26 18:54:32 +0200
commit0ce14bf5b5862fbdebbdfb3526b58e52511dd2a3 (patch)
treebb9b7bb16902699a5ce1f2ed7d9ff8420fb869d9 /.vim/vimrc_files/keymaps.vim
parent0dc3ada5e50954284c892dccad1747a5c916b0c1 (diff)
downloaddotfiles-0ce14bf5b5862fbdebbdfb3526b58e52511dd2a3.tar.gz
dotfiles-0ce14bf5b5862fbdebbdfb3526b58e52511dd2a3.zip
Added Buffer Explorer Addons
Diffstat (limited to '.vim/vimrc_files/keymaps.vim')
-rw-r--r--.vim/vimrc_files/keymaps.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/.vim/vimrc_files/keymaps.vim b/.vim/vimrc_files/keymaps.vim
index 7758cbf..5862b2f 100644
--- a/.vim/vimrc_files/keymaps.vim
+++ b/.vim/vimrc_files/keymaps.vim
@@ -64,3 +64,7 @@ vnoremap <c-e> $
" Shortcut to toggle relative numbering mode
nnoremap <c-n> :call ToggleRelativeNumber()<CR>
+
+
+" Open BufferExplorer
+nnoremap <C-b> :call BufExplorer()<CR>