diff options
author | Alen <alen@dotfiles.xyz> | 2023-09-24 21:18:13 +0400 |
---|---|---|
committer | Alen <alen@dotfiles.xyz> | 2023-09-24 21:18:13 +0400 |
commit | e6f46bd8303287e9b174a8e40cfcc2272d8c0d27 (patch) | |
tree | cd724c320bb8fc4e0371e12faebacc8161f7ea93 /dot_config | |
parent | 875e3c916caf7f1240ae198f16a479ea20946e67 (diff) |
Add basic ranger rc.conf
Diffstat (limited to 'dot_config')
-rw-r--r-- | dot_config/ranger/rc.conf | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dot_config/ranger/rc.conf b/dot_config/ranger/rc.conf new file mode 100644 index 0000000..f815a55 --- /dev/null +++ b/dot_config/ranger/rc.conf @@ -0,0 +1,30 @@ +set column_ratios 1,3,4 + +# TODO: Extract some of these out between .ignore and others +set hidden_filter ^\.|\.(?:pyc|pyo|pyd|bak|swp)$|^lost\+found$|^__(py)?cache__$ + +# TODO: check polling rate or smth to see why slow +set use_preview_script true + +set vcs_aware true +set vcs_msg_length 50 + +set preview_images true +set preview_images_method iterm2 +set iterm2_font_width 8 +set iterm2_font_height 11 + +set unicode_ellipsis true + +set preview_files true +set preview_directories true +set collapse_preview true + +set update_title true +set update_tmux_title true +set shorten_title 0 +set hostname_in_titlebar true +set tilde_in_titlebar true + +set max_history_size 100 +set max_console_history_size 200 |