Vim with C++ and git
This commit is contained in:
parent
146b204efb
commit
6dcee553ba
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.gitignore
|
excludesfile = ~/.gitignore
|
||||||
|
editor = "vim '+normal gg0' +startinsert"
|
||||||
[user]
|
[user]
|
||||||
email = contact@tobast.fr
|
email = contact@tobast.fr
|
||||||
name = Théophile Bastian
|
name = Théophile Bastian
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
nnoremap <Leader>s :A<CR><Esc>
|
nnoremap <Leader>s :w<CR><Esc>:A<CR><Esc>
|
||||||
|
|
Loading…
Reference in a new issue