Vim with C++ and git

This commit is contained in:
Théophile Bastian 2017-03-24 20:50:43 +01:00
parent 146b204efb
commit 6dcee553ba
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
[core]
excludesfile = ~/.gitignore
editor = "vim '+normal gg0' +startinsert"
[user]
email = contact@tobast.fr
name = Théophile Bastian

View File

@ -1 +1 @@
nnoremap <Leader>s :A<CR><Esc>
nnoremap <Leader>s :w<CR><Esc>:A<CR><Esc>