From a208c646cdca39f058f34d77464a5b7ca10f3f7a Mon Sep 17 00:00:00 2001 From: Sebastian Burschel Date: Wed, 20 Nov 2019 20:03:59 +0100 Subject: [PATCH] Added vim-airline, vim-buftabline and buffer navigation mappings. --- dotfiles/.vimrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc index a94f833..7618b52 100644 --- a/dotfiles/.vimrc +++ b/dotfiles/.vimrc @@ -48,6 +48,8 @@ Plugin 'keith/swift.vim' Plugin 'vim-scripts/TaskList.vim' Plugin 'posva/vim-vue' Plugin 'mattn/emmet-vim' +Plugin 'vim-airline/vim-airline' +Plugin 'ap/vim-buftabline' " The following are examples of different formats supported. " Keep Plugin commands between vundle#begin/end. @@ -256,7 +258,9 @@ set path+=** "Python paths (installed with "pip3 install --user) "let $PATH.=':' . $HOME . '/Library/Python/3.7/' - +" Remap buffer navigation: +map gn :bn +map gp :bp " Syntastic Settings: