m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/ranger.md
diff options
context:
space:
mode:
authorMartin Chrzanowski <martin@celo.org>2019-01-12 16:55:37 -0500
committerMartin Chrzanowski <martin@celo.org>2019-01-12 16:55:37 -0500
commit8feeb19278b475c1743d05a890b769d2e16b0336 (patch)
tree7e905b8421020566264c66b10de1d94324c63b5c /ranger.md
parent014e4bc2b61208a677ef0b50a220f1403b164bdc (diff)
parentf99bd96f3fb0b92f2e73498dd82571143587f393 (diff)
Merge branch 'master' of https://gitlab.com/m-chrzan/cheatsheets
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)