diff --git a/vim/vimrc b/vim/vimrc index ca21b9a..2dcb4bd 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -5,6 +5,7 @@ call vundle#begin() Plugin 'VundleVim/Vundle.vim' + Plugin 'junegunn/fzf.vim' nmap l :BLines nmap L :Lines @@ -42,7 +43,6 @@ nmap ed :ALEDetail -Plugin 'https://github.com/taketwo/vim-ros.git' "hightlight @@ -124,8 +124,8 @@ let g:airline#extensions#tabline#left_sep = ' ' let g:airline#extensions#tabline#left_alt_sep = ' ' " tabline中buffer显示编号 let g:airline#extensions#tabline#buffer_nr_show = 1 -nnoremap ] :bp -nnoremap [ :bn +nnoremap [ :bp +nnoremap ] :bn " 映射num到num buffer "nmap :bn map 1 :b 1 @@ -194,6 +194,7 @@ Plugin 'posva/vim-vue' +"Plugin 'https://github.com/taketwo/vim-ros.git' @@ -322,7 +323,7 @@ set mouse=a vnoremap "+y " Ctrl+v -nmap "+p +"nmap "+p "set selection=exclusive @@ -369,3 +370,5 @@ endif colorscheme slate highlight Comment ctermfg=blue + +au BufNewFile,BufRead *.launch,*.urdf set filetype=xml