Vim: cpp \s
This commit is contained in:
parent
4a322125ba
commit
69739bb1cd
2 changed files with 2 additions and 0 deletions
1
files/.vim/ftplugin/cpp.vim
Normal file
1
files/.vim/ftplugin/cpp.vim
Normal file
|
@ -0,0 +1 @@
|
|||
nnoremap <Leader>s :A<CR><Esc>
|
|
@ -50,6 +50,7 @@ Plugin 'junegunn/goyo.vim'
|
|||
Plugin 'vim-airline/vim-airline'
|
||||
Plugin 'vim-airline/vim-airline-themes'
|
||||
Plugin 'davidhalter/jedi-vim'
|
||||
Plugin 'vim-scripts/a.vim'
|
||||
|
||||
call vundle#end() " required
|
||||
filetype plugin indent on " required
|
||||
|
|
Loading…
Reference in a new issue