From bb85f544ebeab52832b1bc9b4cc5c40799ee195a Mon Sep 17 00:00:00 2001 From: hut Date: Sun, 19 Apr 2015 03:32:33 +0200 Subject: cheatsheet: fix text alignment, add info about d bindings --- doc/cheatsheet.svg | 71 +++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 52 insertions(+), 19 deletions(-) diff --git a/doc/cheatsheet.svg b/doc/cheatsheet.svg index a86c260a..cf7448e0 100644 --- a/doc/cheatsheet.svg +++ b/doc/cheatsheet.svg @@ -2135,7 +2135,7 @@ x="214.44824" sodipodi:role="line">cut (3) + id="tspan5698">(3) (4) change (4) (5)Macros can be used in commands. They are like global can be used in commands. They are likevariables which are matched to the current situation. + id="tspan5547">global variables with dynamic content: They can be escaped by replacing % with %%. + ry="1.0269601e-15" /> (1) numbers can be used as a quantifier in various commands, for example 5j will move the(1) numbers can be used as a quantifier in various commands, for example 5j will movecursor down 5 by lines, 3<space> selects 3 files, 4<TAB> moves you to the 4th tab.the cursor down 5 by lines, 3<space> selects 3 files, 4<TAB> moves you to the 4th tab.(2) the keys -, + and = change the permissions of files. See "man chmod".(2) the keys -, + and = change the permissions of files. See "man chmod".(3) yank, copy, paste: To copy files, select them with the cursor (or (3) yank, copy, paste: To copy files, select them with the cursor (or <space>, in case ofya) to add files to the copy buffer, allowing you to copy from multiple directories.add files to the copy buffer, allowing you to copy from multiple folders.(4) M<key> changes the "linemode" - the way files are drawn. (4) d also starts the keybindings Mf draws just the file name,dc (calculate size of the content of a directory), du/dU(calculate directory size with the "du" program), dD (open the console with ":delete")(5) M<key> changes the linemode - the way files are drawn. Mf draws just the file name,Mp draws permissions, Mi draws file type information, Mt draws metadata, as defined withMt draws metadata, as definedthe with the :meta command. Add linemodes like /usr/share/doc/ranger/examples/plugin_linemode.py + id="tspan5655">:meta command. You can add custom linemodes as described in/usr/share/doc/ranger/examples/plugin_linemode.py