rc.conf's last(?) update

This commit is contained in:
Luke Smith 2019-01-12 21:55:15 -05:00
parent 7394c29a82
commit 714becb69e

View file

@ -24,8 +24,8 @@ set collapse_preview true
set save_console_history false set save_console_history false
set status_bar_on_top false set status_bar_on_top false
set draw_progress_bar_in_status_bar true set draw_progress_bar_in_status_bar true
set draw_borders false set draw_borders true
set dirname_in_tabs false set dirname_in_tabs true
set mouse_enabled true set mouse_enabled true
set display_size_in_main_column true set display_size_in_main_column true
set display_size_in_status_bar true set display_size_in_status_bar true
@ -54,7 +54,6 @@ set show_selection_in_titlebar true
set idle_delay 2000 set idle_delay 2000
set metadata_deep_search false set metadata_deep_search false
###ALIASES### ###ALIASES###
alias e edit alias e edit
alias q quit alias q quit
@ -71,7 +70,6 @@ alias search scout -rs
alias search_inc scout -rts alias search_inc scout -rts
alias travel scout -aefiklst alias travel scout -aefiklst
###BASIC KEYS### ###BASIC KEYS###
#BASIC #BASIC
@ -101,7 +99,6 @@ map r chain draw_possible_programs; console open_with%%space
map f console find%space map f console find%space
map cd console cd%space map cd console cd%space
# Change the line mode # Change the line mode
#map Mf linemode filename #map Mf linemode filename
#map Mi linemode fileinfo #map Mi linemode fileinfo
@ -120,8 +117,6 @@ map cd console cd%space
#map Mo shell mocp -j 0%% #map Mo shell mocp -j 0%%
#map MK shell killall mocp #map MK shell killall mocp
# Tagging / Marking # Tagging / Marking
map at tag_toggle map at tag_toggle
map ut tag_remove map ut tag_remove
@ -132,8 +127,6 @@ map uv mark_files all=True val=False
map vs toggle_visual_mode map vs toggle_visual_mode
map uV toggle_visual_mode reverse=True map uV toggle_visual_mode reverse=True
# For the nostalgics: Midnight Commander bindings # For the nostalgics: Midnight Commander bindings
map <F1> help map <F1> help
map <F3> display_file map <F3> display_file
@ -145,7 +138,6 @@ map <F7> console mkdir%space
map <F8> console delete map <F8> console delete
map <F10> exit map <F10> exit
# In case you work on a keyboard with dvorak layout # In case you work on a keyboard with dvorak layout
map <UP> move up=1 map <UP> move up=1
map <DOWN> move down=1 map <DOWN> move down=1
@ -159,7 +151,6 @@ map <CR> move right=1
map <DELETE> console delete map <DELETE> console delete
map <INSERT> console touch%space map <INSERT> console touch%space
# VIM-like # VIM-like
copymap <UP> k copymap <UP> k
copymap <DOWN> j copymap <DOWN> j
@ -175,7 +166,6 @@ map K move up=0.5 pages=True
copymap J <C-D> copymap J <C-D>
copymap K <C-U> copymap K <C-U>
# Jumping around # Jumping around
map H history_go -1 map H history_go -1
map L 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 sc console shell ln -sT%space
map D console delete map D console delete
map X shell extract %f 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-f> fzf_select
map <C-l> fzf_locate 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 map Txh console shell cp ~/Documents/LaTeX/handout.tex%space
#Image commands #Image commands
map bg shell cp %f ~/.config/wall.png && feh --bg-scale %f map bg shell setbg %f
map bw shell wal -c -i %f && cp %f ~/.config/wall.png map bw shell wal -i %f && cp %f ~/.config/wall.png
map C shell killall w3mimgdisplay && convert -rotate 90 %s %s map C shell killall w3mimgdisplay && convert -rotate 90 %s %s
map F shell killall w3mimgdisplay && convert -flop %s %s map F shell killall w3mimgdisplay && convert -flop %s %s
map bl shell killall w3mimgdisplay && convert %s -resize 1440x1080\> bl_%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 #Downloading
map ytv console shell youtube-dl -ic%space map ytv console shell youtube-dl -ic%space
map yta console shell youtube-dl -xic%space map yta console shell youtube-dl -xic%space
# Source shortcuts
source ~/.config/ranger/shortcuts.conf source ~/.config/ranger/shortcuts.conf