mirror of
https://github.com/ksyasuda/rice.git
synced 2024-11-22 03:19:58 -08:00
Update ranger config
This commit is contained in:
parent
2b2dee1728
commit
bcb780f88e
@ -28,7 +28,7 @@ set viewmode miller
|
|||||||
#set viewmode multipane
|
#set viewmode multipane
|
||||||
|
|
||||||
# How many columns are there, and what are their relative widths?
|
# How many columns are there, and what are their relative widths?
|
||||||
set column_ratios 2,3,4
|
set column_ratios 1,3,4
|
||||||
|
|
||||||
# Which files should be hidden? (regular expression)
|
# Which files should be hidden? (regular expression)
|
||||||
set hidden_filter ^\.|\.(?:pyc|pyo|bak|swp)$|^lost\+found$|^__(py)?cache__$
|
set hidden_filter ^\.|\.(?:pyc|pyo|bak|swp)$|^lost\+found$|^__(py)?cache__$
|
||||||
@ -140,6 +140,7 @@ set show_hidden_bookmarks true
|
|||||||
# Which colorscheme to use? These colorschemes are available by default:
|
# Which colorscheme to use? These colorschemes are available by default:
|
||||||
# default, jungle, snow, solarized
|
# default, jungle, snow, solarized
|
||||||
set colorscheme solarized
|
set colorscheme solarized
|
||||||
|
# set colorscheme default
|
||||||
|
|
||||||
# Preview files on the rightmost column?
|
# Preview files on the rightmost column?
|
||||||
# And collapse (shrink) the last column if there is nothing to preview?
|
# And collapse (shrink) the last column if there is nothing to preview?
|
||||||
@ -164,7 +165,7 @@ set draw_progress_bar_in_status_bar true
|
|||||||
# Separators are vertical lines between columns.
|
# Separators are vertical lines between columns.
|
||||||
# Outline draws a box around all the columns.
|
# Outline draws a box around all the columns.
|
||||||
# Both combines the two.
|
# Both combines the two.
|
||||||
set draw_borders none
|
set draw_borders true
|
||||||
|
|
||||||
# Display the directory name in tabs?
|
# Display the directory name in tabs?
|
||||||
set dirname_in_tabs false
|
set dirname_in_tabs false
|
||||||
|
Loading…
Reference in New Issue
Block a user