m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/ranger.md
blob: 168bf553d85721523bb283bd952f8376ad80df26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Ranger tricks

## Bulkrename

    :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)
* `~` - multi-tab view

## Tags

Files can have a single arbitrary tag, persistent between restarts.

* `t` toggles/sets `*` tag
* `"<key>` toggles/sets `<key>` tag