diff options
Diffstat (limited to '.config/ranger')
-rw-r--r-- | .config/ranger/bookmarks | 5 | ||||
-rw-r--r-- | .config/ranger/history | 50 | ||||
-rw-r--r-- | .config/ranger/rc.conf | 18 |
3 files changed, 67 insertions, 6 deletions
diff --git a/.config/ranger/bookmarks b/.config/ranger/bookmarks index 8015749..f3ad05b 100644 --- a/.config/ranger/bookmarks +++ b/.config/ranger/bookmarks @@ -1,4 +1,4 @@ -':/home/lxf +':/home/lxf/writing/luxagraf/src/published d:/home/lxf/documents p:/home/lxf/business/freelance writing u:/home/lxf/sites/usedbarcode.net @@ -11,5 +11,6 @@ n:/home/lxf/notes r:/home/lxf/documents/recipes a:/home/lxf/writing/ars-technica s:/home/lxf/sites/luxagraf.net -i:/home/lxf/temp/darktable_exported +i:/home/lxf c:/home/lxf/pictures/nextcloud-ccg-phone +t:/home/lxf/temp diff --git a/.config/ranger/history b/.config/ranger/history new file mode 100644 index 0000000..ef63e15 --- /dev/null +++ b/.config/ranger/history @@ -0,0 +1,50 @@ +open_with vim +rename README +rename DSC_1288_.JPG +rename Frozen.2.2019.DVDScr.XVID.AC3.HQ.Hive-CM8.torrent +rename X-100V Top Silver SOURCE Fujifilm.jpg +rename X-100V Front Silver2 SOURCE Fujifilm.jpg +rename X-100V Front Silver 2 SOURCE Fujifilm.jpg +rename X-100V Front Silver SOURCE Fujifilm.jpg +rename X100V Sample Image 01 SOURCE Scott Gilbertson.jpg +rename 2 Stretches To Heal Plantar Fasciitis.mp4 +rename DSC_1288.JPG +rename DSC_1488.JPG +search store +search olive +rename export2.jpg +rename export1.jpg +rename Animal Jam SOURCE Animal Jam.svg +rename DragonBox Math Kit SOURCE iOS App Store Screenshot.png +rename PBS Apps SOURCE PBS Site Screenshot.png +rename Starfall SOURCE Scott Gilbertson screenshot.png +search thai +search tif +rename Polaroid Sample Images SOURCE Scott Gilbertson.jpg +rename Planet Storytime SOURCE Planet Storytime.jpg +search green +search black +search peas +open_with%space1 +rename darktable-editing-moments-ep28-quick-edits.mkv +rename Unbreakable - The Western States 100.mp4 +rename darktable ep 059 - Denoise (Profiled) in dt 3.0.mp4 +rename .rtorrent.rc +search rtorrent +search torrent +mkdir reading +search gluten +open_with%space +cd recipes/ +set line_numbers false +set line_numbers relative +set line_numbers absolute +shell cat %s +search cong +mkdir test + +delete +rename Proud Grill Skewers SOURCE Proud Grill.jpg +rename Proud Grill Scrubber SOURCE Proud Grill.jpg +rename desktop042020.png +open_with 1 diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index 330ba3b..1a30441 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -34,7 +34,7 @@ set hidden_filter ^\.|\.(?:pyc|pyo|bak|swp)$|^lost\+found$|^__(py)?cache__$ # Show hidden files? You can toggle this by typing 'zh' set show_hidden false - +set wrap_plaintext_previews true # Ask for a confirmation when running the "delete" command? # Valid values are "always", "never", "multiple" (default) # With "multiple", ranger will ask only if you delete multiple files at once. @@ -87,7 +87,7 @@ set preview_images true # * urxvt-full: # The same as urxvt but utilizing not only the preview pane but the # whole terminal window. -set preview_images_method kitty +set preview_images_method w3m # Use a unicode "..." character to mark cut-off filenames? set unicode_ellipsis false @@ -210,7 +210,7 @@ set metadata_deep_search false set clear_filters_on_dir_change false # Disable displaying line numbers in main column -set line_numbers false +set line_numbers absolute # =================================================================== # == Local Options @@ -219,6 +219,8 @@ set line_numbers false # Examples: # setlocal path=~/downloads sort mtime +setlocal path=~/notes sort mtime +setlocal path=~/notes/reading sort mtime # =================================================================== # == Command Aliases in the Console @@ -267,7 +269,7 @@ map ! console shell%space map @ console -p6 shell %%s map # console shell -p%space map s console shell%space -map r chain draw_possible_programs; console open_with%%space +map r chain draw_possible_programs; console open_with%space map f console find%space map cd console cd%space @@ -613,4 +615,12 @@ copytmap <ESC> q Q w <C-c> map DD shell mv -t /home/${USER}/.Trash %s +##### files ########## +map fl less %f #view file with less. q to quit (ranger i doesn't show full file) +# create dir +map ff console mkdir%space + # create file +map ft console touch%space +# open in gimp +map og shell -f gimp %s |