aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2015-03-11 18:55:28 +0000
committersin <sin@2f30.org>2015-03-11 18:56:53 +0000
commit3682c720ba1eb4ce05ea756c4b287b2b83fbae3e (patch)
tree5e2c438060c23cf2000ab97a5a9bacc9b3d14b4e /config.def.h
parentcdf8a429c5fe8efc176132aed266db2e6746aeee (diff)
downloadnoice-3682c720ba1eb4ce05ea756c4b287b2b83fbae3e.tar.gz
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.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index a7e5ffc..45e9d5b 100644
--- a/config.def.h
+++ b/config.def.h
@@ -51,4 +51,5 @@ struct key bindings[] = {
{ 'c', SEL_CD },
/* Toggle sort by time */
{ 't', SEL_MTIME },
+ { CONTROL('L'), SEL_REDRAW },
};
Un proyecto texto-plano.xyz