From 88051c9ccfa9b863b41f0ae86dbb1caaeb739743 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sat, 12 Jun 2021 21:26:56 +0700 Subject: Overhaul configurations --- ranger/.config/ranger/rc.conf | 23 ++++++++++++++++++----- ranger/.config/ranger/rifle.conf | 1 + 2 files changed, 19 insertions(+), 5 deletions(-) (limited to 'ranger/.config') diff --git a/ranger/.config/ranger/rc.conf b/ranger/.config/ranger/rc.conf index d0e484c..79e8c14 100644 --- a/ranger/.config/ranger/rc.conf +++ b/ranger/.config/ranger/rc.conf @@ -57,7 +57,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 four backends git, hg, bzr, svn. The possible states are # disabled, local (only show local info), enabled (show local and remote @@ -67,6 +67,9 @@ set vcs_backend_hg disabled set vcs_backend_bzr disabled set vcs_backend_svn disabled +# Truncate the long commit messages to this length when shown in the statusbar. +set vcs_msg_length 50 + # Use one of the supported image preview protocols set preview_images true @@ -106,7 +109,12 @@ set preview_images true # while slower, this allows remote previews, # for example during an ssh session. # Tmux is unsupported. -set preview_images_method urxvt +# +# * ueberzug: +# Preview images in full color with the external command "ueberzug". +# Images are shown by using a child window. +# Only for users who run X11 in GNU/Linux. +set preview_images_method ueberzug # Delay in seconds before displaying an image with the w3m method. # Increase it in case of experiencing display corruption. @@ -182,7 +190,7 @@ set shorten_title 3 set hostname_in_titlebar true # 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 @@ -242,7 +250,7 @@ set cd_tab_fuzzy true # Avoid previewing files larger than this size, in bytes. Use a value of 0 to # disable this feature. -set preview_max_size 0 +set preview_max_size 4194304 # The key hint lists up to this size have their sublists expanded. # Otherwise the submaps are replaced with "...". @@ -273,7 +281,7 @@ set line_numbers relative set relative_current_zero false # Start line numbers from 1 instead of 0 -set one_indexed false +set one_indexed true # Save tabs on exit set save_tabs_on_exit false @@ -290,6 +298,11 @@ set global_inode_type_filter # should be 'false' during start-up, but you can toggle it by pressing F. set freeze_files false +# Warn at startup if RANGER_LEVEL env var is greater than 0, in other words +# give a warning when you nest ranger in a subshell started by ranger. +# Special value "error" makes the warning more visible. +set nested_ranger_warning false + # =================================================================== # == Local Options # =================================================================== diff --git a/ranger/.config/ranger/rifle.conf b/ranger/.config/ranger/rifle.conf index bf3f768..67a60e1 100644 --- a/ranger/.config/ranger/rifle.conf +++ b/ranger/.config/ranger/rifle.conf @@ -170,6 +170,7 @@ ext cbr, has mcomix, X, flag f = mcomix -- "$@" mime ^image/svg, has inkscape, X, flag f = inkscape -- "$@" mime ^image/svg, has display, X, flag f = display -- "$@" +mime ^image, has vimiv, X, flag f = vimiv "$@" mime ^image, has viewnior, X, flag f = viewnior "$@" mime ^image, has pqiv, X, flag f = pqiv -- "$@" mime ^image, has sxiv, X, flag f = sxiv -- "$@" -- cgit 1.4.1