diff options
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 |