diff options
author | bptato <nincsnevem662@gmail.com> | 2022-11-29 12:28:04 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2022-11-29 12:28:04 +0100 |
commit | d7a05e7a58d0c2de3078fc9854534974c7e347d4 (patch) | |
tree | 7e5bc4327631ac4106d885b5d5e74bfb1cfa3d64 /res | |
parent | f65667797376e65d8e19e1aa514d160210013540 (diff) | |
download | chawan-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.toml | 2 |
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()' |