summaryrefslogtreecommitdiffstats
path: root/.larbs/getkeys/ranger
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-07-08 09:08:07 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-07-08 09:08:07 -0400
commit51e010037575710aeadd6905e00239a8357582ae (patch)
tree8883bbf2c33767202e2d2c935869bdeea30bb9e7 /.larbs/getkeys/ranger
parent199b9e5d630955f9d3db851484f81d4cd7a3f08e (diff)
downloadeibhear-51e010037575710aeadd6905e00239a8357582ae.tar.gz
eibhear-51e010037575710aeadd6905e00239a8357582ae.tar.zst
eibhear-51e010037575710aeadd6905e00239a8357582ae.zip
getkeys script/system added
Diffstat (limited to '.larbs/getkeys/ranger')
-rw-r--r--.larbs/getkeys/ranger35
1 files changed, 35 insertions, 0 deletions
diff --git a/.larbs/getkeys/ranger b/.larbs/getkeys/ranger
new file mode 100644
index 0000000..bcf784b
--- /dev/null
+++ b/.larbs/getkeys/ranger
@@ -0,0 +1,35 @@
+ _ __ __ _ _ __ __ _ ___ _ __
+| '__/ _` | '_ \ / _` |/ _ \ '__|
+| | | (_| | | | | (_| | __/ |
+|_| \__,_|_| |_|\__, |\___|_|
+ |___/
+
+ranger is the file manager.
+ j/k - Down/up
+ h - Left/higher in directory structure
+ l - Right/open/lower in directory structure
+ gg - Go to top
+ G - Go to bottom
+ cw - Rename file
+ I - Rename file, with cursor at beginning
+ A - Rename file, with cursor at end
+ aa - Rename file, with cursor right before extension
+ mkd - Make directory
+ bg - Change background/wallpaper to selected file
+ X - Extract archive
+ Z - Compress into tar.gz
+ Space - Highlight/select file
+ va - Highlight/(de)select all
+ vs - Toggle visual selection mode
+ uv - Deselect all
+ dd - Cut file(s)
+ yy - Yank/copy file(s)
+ pp - Paste cut/copied file(s)
+ po - Paste cut/copied file(s), overwriting originals
+ cW - Rename all selected files in text editor
+ D - Delete file(s) (press enter to confirm)
+ dD - Delete file(s) (press enter to confirm)
+ ctrl-f - Fuzzy find (fzf)
+ ctrl-l - Search via mlocate
+ q - Quit
+ Q - Immediate quit