Set custom ranger options

This commit is contained in:
2020-09-15 01:22:34 +02:00
parent 1e07714529
commit fdb9dbe92e

View File

@@ -20,7 +20,7 @@ set show_hidden false
# Ask for a confirmation when running the "delete" command? # Ask for a confirmation when running the "delete" command?
# Valid values are "always", "never", "multiple" (default) # Valid values are "always", "never", "multiple" (default)
# With "multiple", ranger will ask only if you delete multiple files at once. # With "multiple", ranger will ask only if you delete multiple files at once.
set confirm_on_delete multiple set confirm_on_delete always
# Use non-default path for file preview script? # Use non-default path for file preview script?
# ranger ships with scope.sh, a script that calls external programs (see # ranger ships with scope.sh, a script that calls external programs (see
@@ -52,7 +52,7 @@ set vcs_backend_svn disabled
set vcs_msg_length 50 set vcs_msg_length 50
# Use one of the supported image preview protocols # Use one of the supported image preview protocols
set preview_images false set preview_images true
# Set the preview image method. Supported methods: # Set the preview image method. Supported methods:
# #
@@ -129,13 +129,13 @@ set preview_directories true
set collapse_preview true set collapse_preview true
# Wrap long lines in plain text previews? # Wrap long lines in plain text previews?
set wrap_plaintext_previews false set wrap_plaintext_previews true
# Save the console history on exit? # Save the console history on exit?
set save_console_history true set save_console_history true
# Draw the status bar on top of the browser window (default: bottom) # Draw the status bar on top of the browser window (default: bottom)
set status_bar_on_top false set status_bar_on_top true
# Draw a progress bar in the status bar which displays the average state of all # Draw a progress bar in the status bar which displays the average state of all
# currently running tasks which support progress bars? # currently running tasks which support progress bars?
@@ -145,7 +145,7 @@ set draw_progress_bar_in_status_bar true
# Separators are vertical lines between columns. # Separators are vertical lines between columns.
# Outline draws a box around all the columns. # Outline draws a box around all the columns.
# Both combines the two. # Both combines the two.
set draw_borders none set draw_borders both
# Display the directory name in tabs? # Display the directory name in tabs?
set dirname_in_tabs false set dirname_in_tabs false
@@ -174,10 +174,10 @@ set update_tmux_title true
set shorten_title 3 set shorten_title 3
# Show hostname in titlebar? # Show hostname in titlebar?
set hostname_in_titlebar true set hostname_in_titlebar false
# Abbreviate $HOME with ~ in the titlebar (first line) of ranger? # 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? # How many directory-changes or console-commands should be kept in history?
set max_history_size 20 set max_history_size 20
@@ -244,7 +244,7 @@ set preview_max_size 0
set hint_collapse_threshold 10 set hint_collapse_threshold 10
# Add the highlighted file to the path in the titlebar # Add the highlighted file to the path in the titlebar
set show_selection_in_titlebar true set show_selection_in_titlebar false
# The delay that ranger idly waits for user input, in milliseconds, with a # The delay that ranger idly waits for user input, in milliseconds, with a
# resolution of 100ms. Lower delay reduces lag between directory updates but # resolution of 100ms. Lower delay reduces lag between directory updates but
@@ -275,7 +275,7 @@ set save_tabs_on_exit false
# Enable scroll wrapping - moving down while on the last item will wrap around to # Enable scroll wrapping - moving down while on the last item will wrap around to
# the top and vice versa. # the top and vice versa.
set wrap_scroll false set wrap_scroll true
# Set the global_inode_type_filter to nothing. Possible options: d, f and l for # Set the global_inode_type_filter to nothing. Possible options: d, f and l for
# directories, files and symlinks respectively. # directories, files and symlinks respectively.