mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Add C-l to force a redraw
Often I am waiting for a file to download and be renamed from .foo.part to .foo. Forcing a redraw is a simple way to check if the file has completed downloading.
This commit is contained in:
parent
cdf8a429c5
commit
3682c720ba
|
@ -51,4 +51,5 @@ struct key bindings[] = {
|
|||
{ 'c', SEL_CD },
|
||||
/* Toggle sort by time */
|
||||
{ 't', SEL_MTIME },
|
||||
{ CONTROL('L'), SEL_REDRAW },
|
||||
};
|
||||
|
|
2
noice.1
2
noice.1
|
@ -49,6 +49,8 @@ Enter filter-as-you-type mode.
|
|||
Change into the given directory.
|
||||
.It Ic t
|
||||
Toggle sort by time modified.
|
||||
.It Ic l
|
||||
Force a redraw.
|
||||
.It Ic !
|
||||
Spawn shell in current directory.
|
||||
.It Ic q
|
||||
|
|
Loading…
Reference in a new issue