From 69739bb1cddd9b7d80bfac79b6e615bf5dff1724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Thu, 16 Mar 2017 14:19:57 +0100 Subject: [PATCH] Vim: cpp \s --- files/.vim/ftplugin/cpp.vim | 1 + files/.vimrc | 1 + 2 files changed, 2 insertions(+) create mode 100644 files/.vim/ftplugin/cpp.vim diff --git a/files/.vim/ftplugin/cpp.vim b/files/.vim/ftplugin/cpp.vim new file mode 100644 index 0000000..3f97984 --- /dev/null +++ b/files/.vim/ftplugin/cpp.vim @@ -0,0 +1 @@ +nnoremap s :A diff --git a/files/.vimrc b/files/.vimrc index 66cfb85..1034ee8 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -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