-
Notifications
You must be signed in to change notification settings - Fork 0
/
rc.conf
49 lines (43 loc) · 1.24 KB
/
rc.conf
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
map <C-f> fzf_select
map <C-p> fzf_select
map <alt>/ console fd_search -d3%space
map <alt><f7> console fd_search -d3%space
map <alt>n fd_next
map <alt>p fd_prev
map <C-g> fzm
# map <alt>z console z%space
map <alt>g console z%space
map <alt>i console z -I%space
map <alt>b console z -b%space
map <alt>c console z -c%space
map f console scout -fltspg%space
map / console search_inc -sr%space
map <alt>f toggle_flat
map s console shell -p%space
map ! console shell -f%space
map <f2> eval fm.execute_console("bulkrename") if fm.thisdir.marked_items else fm.open_console("rename ")
# map <C-j> tab_move 1
# map <C-k> tab_move -1
map <tab> tab_move 1
map <S-tab> tab_move -1
map x tab_close
map p<f3> shell touch "`yank -o`"
map p<f4> shell "${EDITOR:-vim}" "`yank -o`"
map p<f7> shell mkdir -p "`yank -o`"
set autosave_bookmarks true
set cd_tab_fuzzy true
set cd_tab_case smart
set cd_bookmarks true
set line_numbers absolute
set clear_filters_on_dir_change true
set draw_progress_bar_in_status_bar true
set save_tabs_on_exit true
set tilde_in_titlebar true
set dirname_in_tabs true
set update_title true
set vcs_aware true
set preview_images false
set use_preview_script true
set preview_script ~/.config/ranger/scope.sh
# a pluupeuupns
default_linemode devicons