about summary refs log tree commit diff stats
path: root/src/tools
ModeNameSize
-rw-r--r--aesgcm_download.c6763log stats plain blame
-rw-r--r--aesgcm_download.h2209log stats plain blame
-rw-r--r--autocomplete.c11901log stats plain blame
-rw-r--r--autocomplete.h3332log stats plain blame
-rw-r--r--bookmark_ignore.c3549log stats plain blame
-rw-r--r--bookmark_ignore.h1872log stats plain blame
-rw-r--r--clipboard.c2145log stats plain blame
-rw-r--r--clipboard.h1646log stats plain blame
-rw-r--r--http_common.c2330log stats plain blame
-rw-r--r--http_common.h1790log stats plain blame
-rw-r--r--http_download.c7418log stats plain blame
-rw-r--r--http_download.h2178log stats plain blame
-rw-r--r--http_upload.c12591log stats plain blame
-rw-r--r--http_upload.h2388log stats plain blame
-rw-r--r--parser.c11447log stats plain blame
-rw-r--r--parser.h2079log stats plain blame
ectories = True max_filesize_for_preview = 300 * 1024 # 300kb collapse_preview = True # Draw borders around columns? draw_borders = False draw_bookmark_borders = True # Set a title for the window? update_title = True # Shorten the title if it gets long? The number defines how many # directories are displayed at once, False turns off this feature. shorten_title = 3 # How many directory-changes or console-commands should be kept in history? max_history_size = 20 # Try to keep so much space between the top/bottom border when scrolling: scroll_offset = 2 # Flush the input after each key hit? (Noticable when ranger lags) flushinput = True # Save bookmarks (used with mX and `X) instantly? # This helps to synchronize bookmarks between multiple ranger # instances but leads to *slight* performance loss. # When false, bookmarks are saved when ranger is exited. autosave_bookmarks = True # Makes sense for screen readers: show_cursor = False # One of: size, basename, mtime, type sort = 'basename' reverse = False case_insensitive = False directories_first = True