-
Notifications
You must be signed in to change notification settings - Fork 0
/
ranger.conf
45 lines (31 loc) · 931 Bytes
/
ranger.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
map xh set show_hidden!
map xv chain set vcs_aware!; reset
map xp chain set preview_directories!; set preview_files!; set preview_images!
map ev open_with vim
map ex open_with xdg-open
map eg open_with graphic
map er open_with remote
map ee edit
set preview_images true
set preview_images_method kitty
map I set sort_reverse!
map E open_with view
alias view open_with view
map £<any> mark_tag %any
map f console scout -fpli%space
map L console scout -afli%space
map S shell SELECT="%p" $SHELL
default_linemode filename
# Aks for confirmation when deleting files
# [always], multiple, never
set confirm_on_delete never
# Generally aware of version control
set vcs_aware false
# [disabled], local, enabled
set vcs_backend_git enabled
set column_ratios 1,3,4
# use … instead of ...
set unicode_ellipsis true
set dirname_in_tabs true
set tilde_in_titlebar true
alias bookmarks shell vim $HOME/.config/ranger/bookmarks