about summary refs log tree commit diff stats
path: root/ranger/config/rc.conf
diff options
context:
space:
mode:
authorsquigz <squigglezworth@gmail.com>2018-01-04 16:05:44 -0500
committersquigz <squigglezworth@gmail.com>2018-01-04 16:05:44 -0500
commitbbb01f5e3e6bb86d4842db1e22f918dc0b06a40f (patch)
tree5515dc6ff62d74ef7324f12ad3dd21d7671856aa /ranger/config/rc.conf
parent08fbe46b0237137d7c5aadead2882d6a826cddf7 (diff)
downloadranger-bbb01f5e3e6bb86d4842db1e22f918dc0b06a40f.tar.gz
Changes draw_borders setting to a string
Allows drawing vertical separators between columns, borders around all
the columns, both of the two, or none
Diffstat (limited to 'ranger/config/rc.conf')
-rw-r--r--ranger/config/rc.conf7
1 files changed, 2 insertions, 5 deletions
diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf
index d5c4ba66..5f5f182a 100644
--- a/ranger/config/rc.conf
+++ b/ranger/config/rc.conf
@@ -123,11 +123,8 @@ set status_bar_on_top false
 # currently running tasks which support progress bars?
 set draw_progress_bar_in_status_bar true
 
-# Draw borders around columns?
-set draw_borders false
-
-# Draw veritcal separators between columns?
-set draw_separators false
+# Draw borders around columns? (separators, borders, both, or none. Separators are vertical lines between columsn. Borders are around the entire columns. Both combines the two)
+set draw_borders none
 
 # Display the directory name in tabs?
 set dirname_in_tabs false