From 86874438bcb36c27d5519e5d3bc449f4b45698c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 7 Jan 2017 15:29:28 +0100 Subject: Some more ranger settings --- config/ranger/rc.conf | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'config/ranger/rc.conf') 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 -- cgit v1.2.3