rc.conf's last(?) update
This commit is contained in:
parent
7394c29a82
commit
714becb69e
1 changed files with 5 additions and 17 deletions
|
@ -24,8 +24,8 @@ set collapse_preview true
|
|||
set save_console_history false
|
||||
set status_bar_on_top false
|
||||
set draw_progress_bar_in_status_bar true
|
||||
set draw_borders false
|
||||
set dirname_in_tabs false
|
||||
set draw_borders true
|
||||
set dirname_in_tabs true
|
||||
set mouse_enabled true
|
||||
set display_size_in_main_column true
|
||||
set display_size_in_status_bar true
|
||||
|
@ -54,7 +54,6 @@ set show_selection_in_titlebar true
|
|||
set idle_delay 2000
|
||||
set metadata_deep_search false
|
||||
|
||||
|
||||
###ALIASES###
|
||||
alias e edit
|
||||
alias q quit
|
||||
|
@ -71,7 +70,6 @@ alias search scout -rs
|
|||
alias search_inc scout -rts
|
||||
alias travel scout -aefiklst
|
||||
|
||||
|
||||
###BASIC KEYS###
|
||||
|
||||
#BASIC
|
||||
|
@ -101,7 +99,6 @@ map r chain draw_possible_programs; console open_with%%space
|
|||
map f console find%space
|
||||
map cd console cd%space
|
||||
|
||||
|
||||
# Change the line mode
|
||||
#map Mf linemode filename
|
||||
#map Mi linemode fileinfo
|
||||
|
@ -120,8 +117,6 @@ map cd console cd%space
|
|||
#map Mo shell mocp -j 0%%
|
||||
#map MK shell killall mocp
|
||||
|
||||
|
||||
|
||||
# Tagging / Marking
|
||||
map at tag_toggle
|
||||
map ut tag_remove
|
||||
|
@ -132,8 +127,6 @@ map uv mark_files all=True val=False
|
|||
map vs toggle_visual_mode
|
||||
map uV toggle_visual_mode reverse=True
|
||||
|
||||
|
||||
|
||||
# For the nostalgics: Midnight Commander bindings
|
||||
map <F1> help
|
||||
map <F3> display_file
|
||||
|
@ -145,7 +138,6 @@ map <F7> console mkdir%space
|
|||
map <F8> console delete
|
||||
map <F10> exit
|
||||
|
||||
|
||||
# In case you work on a keyboard with dvorak layout
|
||||
map <UP> move up=1
|
||||
map <DOWN> move down=1
|
||||
|
@ -159,7 +151,6 @@ map <CR> move right=1
|
|||
map <DELETE> console delete
|
||||
map <INSERT> console touch%space
|
||||
|
||||
|
||||
# VIM-like
|
||||
copymap <UP> k
|
||||
copymap <DOWN> j
|
||||
|
@ -175,7 +166,6 @@ map K move up=0.5 pages=True
|
|||
copymap J <C-D>
|
||||
copymap K <C-U>
|
||||
|
||||
|
||||
# Jumping around
|
||||
map H history_go -1
|
||||
map L history_go 1
|
||||
|
@ -468,7 +458,7 @@ map mkd console mkdir%space
|
|||
map sc console shell ln -sT%space
|
||||
map D console delete
|
||||
map X shell extract %f
|
||||
map Z shell tar -cvzf %f.tar.gz %f
|
||||
map Z shell tar -cvzf %f.tar.gz %s
|
||||
map <C-f> fzf_select
|
||||
map <C-l> fzf_locate
|
||||
|
||||
|
@ -484,8 +474,8 @@ map Txs console shell cp ~/Documents/LaTeX/beamer.tex%space
|
|||
map Txh console shell cp ~/Documents/LaTeX/handout.tex%space
|
||||
|
||||
#Image commands
|
||||
map bg shell cp %f ~/.config/wall.png && feh --bg-scale %f
|
||||
map bw shell wal -c -i %f && cp %f ~/.config/wall.png
|
||||
map bg shell setbg %f
|
||||
map bw shell wal -i %f && cp %f ~/.config/wall.png
|
||||
map C shell killall w3mimgdisplay && convert -rotate 90 %s %s
|
||||
map F shell killall w3mimgdisplay && convert -flop %s %s
|
||||
map bl shell killall w3mimgdisplay && convert %s -resize 1440x1080\> bl_%s
|
||||
|
@ -515,6 +505,4 @@ map Tn eval fm.open_console('shell eyeD3 -n "" ' + fm.thisfile.relative_path, po
|
|||
#Downloading
|
||||
map ytv console shell youtube-dl -ic%space
|
||||
map yta console shell youtube-dl -xic%space
|
||||
|
||||
# Source shortcuts
|
||||
source ~/.config/ranger/shortcuts.conf
|
||||
|
|
Loading…
Reference in a new issue