aboutsummaryrefslogtreecommitdiff
path: root/config/ranger/rc.conf
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-01-07 15:29:28 +0100
committerKarel Kočí <cynerd@email.cz>2017-01-07 15:29:28 +0100
commit86874438bcb36c27d5519e5d3bc449f4b45698c2 (patch)
tree17423b9a56a5d1f99e68a0575e52c8f7af4b9feb /config/ranger/rc.conf
parentae379e5e4b2a9d08f221e0d8742537a6f60ad19f (diff)
downloadmyconfigs-86874438bcb36c27d5519e5d3bc449f4b45698c2.tar.gz
myconfigs-86874438bcb36c27d5519e5d3bc449f4b45698c2.tar.bz2
myconfigs-86874438bcb36c27d5519e5d3bc449f4b45698c2.zip
Some more ranger settings
Diffstat (limited to 'config/ranger/rc.conf')
-rw-r--r--config/ranger/rc.conf19
1 files changed, 9 insertions, 10 deletions
diff --git a/config/ranger/rc.conf b/config/ranger/rc.conf
index b2965cd..61bdfd4 100644
--- a/config/ranger/rc.conf
+++ b/config/ranger/rc.conf
@@ -49,7 +49,7 @@ set automatically_count_files true
set open_all_images true
# Be aware of version control systems and display information.
-set vcs_aware false
+set vcs_aware true
# State of the three backends git, hg, bzr. The possible states are
# disabled, local (only show local info), enabled (show local and remote
@@ -59,7 +59,7 @@ set vcs_backend_hg disabled
set vcs_backend_bzr disabled
# Use one of the supported image preview protocols
-set preview_images false
+set preview_images true
# Set the preview image method. Supported methods:
#
@@ -75,7 +75,7 @@ set preview_images false
set preview_images_method w3m
# Use a unicode "..." character to mark cut-off filenames?
-set unicode_ellipsis false
+set unicode_ellipsis true
# Show dotfiles in the bookmark preview box?
set show_hidden_bookmarks true
@@ -88,7 +88,7 @@ set colorscheme default
# And collapse (shrink) the last column if there is nothing to preview?
set preview_files true
set preview_directories true
-set collapse_preview true
+set collapse_preview false
# Save the console history on exit?
set save_console_history true
@@ -104,7 +104,7 @@ set draw_progress_bar_in_status_bar true
set draw_borders false
# Display the directory name in tabs?
-set dirname_in_tabs false
+set dirname_in_tabs true
# Enable the mouse support?
set mouse_enabled true
@@ -117,17 +117,17 @@ set display_size_in_status_bar true
set display_tags_in_all_columns true
# Set a title for the window?
-set update_title false
+set update_title true
# Set the title to "ranger" in the tmux program?
set update_tmux_title false
# Shorten the title if it gets long? The number defines how many
# directories are displayed at once, 0 turns off this feature.
-set shorten_title 3
+set shorten_title 6
# Abbreviate $HOME with ~ in the titlebar (first line) of ranger?
-set tilde_in_titlebar false
+set tilde_in_titlebar true
# How many directory-changes or console-commands should be kept in history?
set max_history_size 20
@@ -196,8 +196,7 @@ set metadata_deep_search false
# ===================================================================
# You can set local options that only affect a single directory.
-# Examples:
-# setlocal path=~/downloads sort mtime
+setlocal path=~/downloads sort mtime
# ===================================================================
# == Command Aliases in the Console