about summary refs log tree commit diff stats
path: root/res
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2022-11-29 12:28:04 +0100
committerbptato <nincsnevem662@gmail.com>2022-11-29 12:28:04 +0100
commitd7a05e7a58d0c2de3078fc9854534974c7e347d4 (patch)
tree7e5bc4327631ac4106d885b5d5e74bfb1cfa3d64 /res
parentf65667797376e65d8e19e1aa514d160210013540 (diff)
downloadchawan-d7a05e7a58d0c2de3078fc9854534974c7e347d4.tar.gz
Add line editing history, other lineedit fixes
It's still kind of broken...
Diffstat (limited to 'res')
-rw-r--r--res/config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/config.toml b/res/config.toml
index f4cbba2a..c2c612fa 100644
--- a/res/config.toml
+++ b/res/config.toml
@@ -91,3 +91,5 @@ M-d = 'line.killWord()'
 C-a = 'line.begin()'
 C-e = 'line.end()'
 C-v = 'line.escape()'
+C-p = 'line.prevHist()'
+C-n = 'line.nextHist()'