| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
maximum=X means that the maximum value is set to X-1.
Works for lists:
d.move(maximum=len(lst))
is this counter intuitive?
|
|\ |
|
| | |
|
|\|
| |
| |
| |
| |
| | |
Conflicts:
ranger/core/actions.py
ranger/defaults/keys.py
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This is more similar to the behaviour of vim.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
The hotkeys are:
g<n> to open a tab,
gt/gT to move through tabs,
gc/^W to close tabs.
|
| |
|
| |
|