Skip to content

Commit

Permalink
Added simple vimrc and gitconfig
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Walker (Daviey) <email@daviey.com>
  • Loading branch information
Daviey committed Jul 25, 2015
1 parent eb38c16 commit a441278
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
18 changes: 18 additions & 0 deletions configs/git/gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[user]
email = email@daviey.com
name = Dave Walker (Daviey)
[gitreview]
username = davewalker
[core]
editor = vim

[url "ssh://git@github.com/"]
insteadOf = gh:

[url "ssh://git@github.com/"]
insteadOf = gh:~

[url "https://git.openstack.org/"]
insteadOf = os:
[push]
default = simple
5 changes: 5 additions & 0 deletions configs/vim/vimrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
nnoremap Q gq}
match ErrorMsg '\s\+$'
set spell spelllang=en_us
au FileType gitcommit set tw=60
au FileType rst set tw=79

0 comments on commit a441278

Please sign in to comment.