darkrc/ranger.conf

37 lines
681 B
Plaintext
Raw Normal View History

map xh set show_hidden!
map xv chain set vcs_aware!; reset
map xp set viewmode!
2020-01-07 07:17:48 +00:00
map er open_with rvim
map ev open_with vim
2020-01-13 13:26:27 +00:00
map ee edit
map E open_with view
alias view open_with view
map £<any> mark_tag %any
map f console scout -fpli%space
2020-01-16 09:40:39 +00:00
map L console scout -afli%space
map S shell SELECT="%p" $SHELL
default_linemode metatitle
2019-12-02 12:42:43 +00:00
# Aks for confirmation when deleting files
# [always], multiple, never
set confirm_on_delete never
# Generally aware of version control
2019-12-03 09:52:18 +00:00
set vcs_aware false
2019-12-02 12:42:43 +00:00
# [disabled], local, enabled
set vcs_backend_git enabled
set column_ratios 1,3,4
2019-12-02 12:42:43 +00:00
# use … instead of ...
set unicode_ellipsis true
set dirname_in_tabs true
set tilde_in_titlebar true