m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/ranger.md
blob: afe698727a95d2f824e77844472c075137a2fddd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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)