m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/ranger.md
diff options
context:
space:
mode:
Diffstat (limited to 'ranger.md')
-rw-r--r--ranger.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/ranger.md b/ranger.md
index 139aa8b..8754fd4 100644
--- a/ranger.md
+++ b/ranger.md
@@ -5,3 +5,19 @@
:bulkrename
Opens the selected filenames in vim for editing.
+
+
+## Bookmarks
+
+Like in vim
+
+* `m<X>` - create bookmark X
+* `` `<X> `` - jump to bookmark X
+
+## Tabs
+
+* `gn` - create new
+* `gT`, `gt` - switch
+* `gc` - close
+* `uq` - restore tab
+* `M-<n>` - go to nth tab (create new if not exists)