Improve ranger configuration
This commit is contained in:
parent
61a3600c4c
commit
ec7a31224d
1 changed files with 16 additions and 0 deletions
16
ranger.conf
16
ranger.conf
|
@ -2,3 +2,19 @@ map gr open_with rvim
|
|||
map £<any> mark_tag %any
|
||||
|
||||
default_linemode metatitle
|
||||
|
||||
# Aks for confirmation when deleting files
|
||||
# [always], multiple, never
|
||||
set confirm_on_delete never
|
||||
|
||||
# Generally aware of version control
|
||||
set vcs_aware true
|
||||
# [disabled], local, enabled
|
||||
set vcs_backend_git enabled
|
||||
|
||||
# use … instead of ...
|
||||
set unicode_ellipsis true
|
||||
|
||||
set dirname_in_tabs true
|
||||
|
||||
set tilde_in_titlebar true
|
||||
|
|
Loading…
Reference in a new issue