File tree 2 files changed +11
-20
lines changed
2 files changed +11
-20
lines changed Original file line number Diff line number Diff line change
1
+
2
+ # pushInsteadOf = git://github.com/
3
+ # pushInsteadOf = https://github.com/
4
+ #
5
+ # [credential]
6
+ # helper = wincred
1
7
2
8
[user ]
3
9
name = rbtnn
19
25
ci = commit
20
26
co = checkout
21
27
ls = ls-files
22
- lg = log --pretty=\" format:%C(yellow)%h %C(green)%cd %C(reset)%s\" --date=iso
28
+ lg = log -10 - -pretty=\" format:%C(yellow)%h %C(green)%cd %C(reset)%s\" --date=iso
23
29
po = push -u origin
24
30
st = status
25
31
fu = fetch upstream
26
- mumr = merge upstream/master
27
- mumn = merge upstream/main
28
32
29
33
[color ]
30
34
diff = true
41
45
[include ]
42
46
path = ~ /.gitconfig.local
43
47
44
-
45
- # pushInsteadOf = git://github.com/
46
- # pushInsteadOf = https://github.com/
47
- #
48
- # [credential]
49
- # helper = wincred
50
-
51
- [filter "lfs "]
52
- required = true
53
- clean = git-lfs clean -- %f
54
- smudge = git-lfs smudge -- %f
55
- process = git-lfs filter-process
48
+ [pager ]
49
+ log = false
50
+ diff = false
Original file line number Diff line number Diff line change @@ -14,15 +14,11 @@ augroup END
14
14
augroup vimrc - autocmds
15
15
autocmd !
16
16
" Delete unused commands, because it's an obstacle on cmdline-completion.
17
- autocmd CmdlineEnter *
17
+ autocmd CmdlineEnter *
18
18
\ : for s: cmdname in s: delcmds
19
19
\ | execute printf (' silent! delcommand %s' , s: cmdname )
20
20
\ | endfor
21
21
\ | unlet s: cmdname
22
- autocmd InsertEnter *
23
- \ : set noimdisable
24
- autocmd InsertLeave ,VimEnter *
25
- \ : set imdisable
26
22
autocmd FileType help :setlocal colorcolumn = 78
27
23
augroup END
28
24
You can’t perform that action at this time.
0 commit comments