feature/version-control: fix @set :evil-state call + refactor
This commit is contained in:
parent
4ce63a8992
commit
691bfd037b
1 changed files with 8 additions and 8 deletions
|
@ -6,12 +6,12 @@
|
||||||
(@after vc-annotate
|
(@after vc-annotate
|
||||||
(@set :popup
|
(@set :popup
|
||||||
'("*vc-diff*" :size 15 :noselect t)
|
'("*vc-diff*" :size 15 :noselect t)
|
||||||
'("*vc-change-log*" :size 15 :select t)
|
'("*vc-change-log*" :size 15)
|
||||||
'(vc-annotate-mode :same t))
|
'(vc-annotate-mode :same t))
|
||||||
|
|
||||||
(@set :evil-state
|
(@set :evil-state
|
||||||
'(vc-annotate-mode normal)
|
'(vc-annotate-mode . normal)
|
||||||
'(vc-git-log-view-mode normal))
|
'(vc-git-log-view-mode . normal))
|
||||||
|
|
||||||
(@map :map vc-annotate-mode-map
|
(@map :map vc-annotate-mode-map
|
||||||
:n "q" 'kill-this-buffer
|
:n "q" 'kill-this-buffer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue