summary refs log tree commit diff
path: root/dot_config/ranger/rc.conf
blob: f815a5544a0b352f7cbc7e44444b7ee4466b1a5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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