Disable SCM by default
This commit is contained in:
parent
cb0dfb4ddf
commit
5da89b8776
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,7 @@ default_linemode metatitle
|
|||
set confirm_on_delete never
|
||||
|
||||
# Generally aware of version control
|
||||
set vcs_aware true
|
||||
set vcs_aware false
|
||||
# [disabled], local, enabled
|
||||
set vcs_backend_git enabled
|
||||
|
||||
|
@ -20,3 +20,6 @@ set unicode_ellipsis true
|
|||
set dirname_in_tabs true
|
||||
|
||||
set tilde_in_titlebar true
|
||||
|
||||
map xh set show_hidden!
|
||||
map xv chain set vcs_aware!; reset
|
||||
|
|
Loading…
Reference in a new issue