summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-05-27 17:56:52 +0200
committerCanop <cano.petrole@gmail.com>2020-05-27 17:56:52 +0200
commit881ab736bcee425178dbef0424ee2777b478b1f1 (patch)
tree66140123a16720eaa4add240ff7112600b1db2fb /README.md
parentc889969d9b4729b465ef0b53782dcee296781e6d (diff)
rewrite of the broot website for the incoming release
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8580e40..1b0f812 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@ Table of Contents
* [Find a directory then `cd` to it](#find-a-directory-then-cd-to-it)
* [Never lose track of file hierarchy while you search](#never-lose-track-of-file-hierarchy-while-you-search)
* [Manipulate your files](#manipulate-your-files)
+ * [Do it with panels](#do-it-with-panels)
* [Apply a standard or personal shortcut to a file](#apply-a-standard-or-personal-shortcut-to-a-file)
* [Replace `ls` (and its clones)](#replace-ls-and-its-clones)
* [See what takes space](#see-what-takes-space)
@@ -87,6 +88,21 @@ You can instead do it without losing the view of the file hierarchy.
`mv`, `cp`, `rm`, `mkdir`, are built in and you can add your own shortcuts.
+### Do it with panels
+
+Do `<ctrl><right>` and you open another panel (you may open other ones, or navigate between them, with `<ctrl><left>` and `<ctrl><right>`).
+
+![custom colors tree](website/docs/img/20200525-colored-panels.png)
+
+(yes, colors are fully customizable)
+
+Using two panels, you can for example copy or move elements between them:
+
+![custom colors tree](website/docs/img/20200525-cpp.png)
+
+`:cpp` is an alias for `:copy_to_panel`. If you like you may do it Norton Commander style by binding `:copy_to_panel` to `<F5>` and `:move_to_panel` to `<F6>`.
+
+
### Apply a standard or personal shortcut to a file
![size](img/20191112-edit.png)