From 64bfdcbb4a13b33391670f02cf18619ebfcbf31d Mon Sep 17 00:00:00 2001 From: He4eT Date: Tue, 24 Dec 2024 15:14:59 +0100 Subject: [PATCH] ranger: copy config --- ranger/rc.conf | 12 ++++++------ ranger/scope.sh | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ranger/rc.conf b/ranger/rc.conf index 9d08a6a..c8ae148 100644 --- a/ranger/rc.conf +++ b/ranger/rc.conf @@ -34,7 +34,7 @@ set column_ratios 1,3,4 set hidden_filter ^\.|\.(?:pyc|pyo|bak|swp)$|^lost\+found$|^__(py)?cache__$ # Show hidden files? You can toggle this by typing 'zh' -set show_hidden false +set show_hidden true # Ask for a confirmation when running the "delete" command? # Valid values are "always", "never", "multiple" (default) @@ -71,7 +71,7 @@ set vcs_backend_svn disabled set vcs_msg_length 50 # Use one of the supported image preview protocols -set preview_images false +set preview_images true # Set the preview image method. Supported methods: # @@ -114,7 +114,7 @@ set preview_images false # 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 w3m +set preview_images_method kitty # Delay in seconds before displaying an image with the w3m method. # Increase it in case of experiencing display corruption. @@ -128,7 +128,7 @@ set iterm2_font_width 8 set iterm2_font_height 11 # Use a unicode "..." character to mark cut-off filenames? -set unicode_ellipsis false +set unicode_ellipsis true # BIDI support - try to properly display file names in RTL languages (Hebrew, Arabic). # Requires the python-bidi pip package @@ -145,7 +145,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 # Wrap long lines in plain text previews? set wrap_plaintext_previews false @@ -183,7 +183,7 @@ set display_free_space_in_status_bar true set display_tags_in_all_columns true # Set a title for the window? Updates both `WM_NAME` and `WM_ICON_NAME` -set update_title false +set update_title true # Set the tmux/screen window-name to "ranger"? set update_tmux_title true diff --git a/ranger/scope.sh b/ranger/scope.sh index 1cd2d46..0e51a5b 100755 --- a/ranger/scope.sh +++ b/ranger/scope.sh @@ -43,7 +43,7 @@ HIGHLIGHT_SIZE_MAX=262143 # 256KiB HIGHLIGHT_TABWIDTH=${HIGHLIGHT_TABWIDTH:-8} HIGHLIGHT_STYLE=${HIGHLIGHT_STYLE:-pablo} HIGHLIGHT_OPTIONS="--replace-tabs=${HIGHLIGHT_TABWIDTH} --style=${HIGHLIGHT_STYLE} ${HIGHLIGHT_OPTIONS:-}" -PYGMENTIZE_STYLE=${PYGMENTIZE_STYLE:-autumn} +PYGMENTIZE_STYLE=${PYGMENTIZE_STYLE:-bw} OPENSCAD_IMGSIZE=${RNGR_OPENSCAD_IMGSIZE:-1000,1000} OPENSCAD_COLORSCHEME=${RNGR_OPENSCAD_COLORSCHEME:-Tomorrow Night}