Single function to add/commit/push gists (gpsgst)

other aliases/functions:
- untar: extract .tar files
- ideb: install .deb files
- dum: display directory sizes in terminal
This commit is contained in:
2018-03-09 04:12:01 -05:00
parent c87546e75c
commit 6527184490
5 changed files with 48 additions and 25 deletions

View File

@@ -132,7 +132,7 @@ set draw_borders false
set dirname_in_tabs false
# Enable the mouse support?
set mouse_enabled true
set mouse_enabled false
# Display the file size in the main column or status bar?
set display_size_in_main_column true
@@ -299,7 +299,7 @@ map ~ set viewmode!
map i display_file
map ? help
map W display_log
map w taskview_open
# map w taskview_open
map S shell $SHELL
map : console
@@ -668,7 +668,9 @@ map rr source ~/.config/ranger/rc.conf
# backgrounds
map bg cd ~/Pictures/Backgrounds
map fb shell ~/.local/bin/wal -i %f
map w shell ~/.local/bin/wal -i %f
map md shell mv %f dim
map mb shell mv %f vibrant
# bulk rename
map cw eval fm.execute_console("bulkrename") if fm.thisdir.marked_items else fm.open_console("rename ")