diff options
author | bptato <nincsnevem662@gmail.com> | 2021-08-08 21:01:47 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2021-08-08 21:01:47 +0200 |
commit | d7cb6d7d610df886d028ca6d6aecf3d9a3ba54ff (patch) | |
tree | 5eb75d8b95ed9e6eab1e7f3d72b8afd1adc0e283 /res/config | |
parent | fa4560f63e38886b2b7541642b9aa1656dc40508 (diff) | |
download | chawan-d7cb6d7d610df886d028ca6d6aecf3d9a3ba54ff.tar.gz |
Implement CSS display none in box renderer etc.
Other changes being bugfixes and a temporary implementation of "view source"
Diffstat (limited to 'res/config')
-rw-r--r-- | res/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/config b/res/config index f059898e..9fce379b 100644 --- a/res/config +++ b/res/config @@ -43,6 +43,7 @@ nmap M-[H CURSOR_FIRST_LINE nmap M-[F CURSOR_LAST_LINE nmap z CENTER_LINE nmap C-g LINE_INFO +nmap gh TOGGLE_SOURCE #line editing keybindings lemap C-m LINED_SUBMIT @@ -61,7 +62,7 @@ lemap C-w LINED_KILL_WORD lemap C-a LINED_BEGIN lemap C-e LINED_END lemap C-v LINED_ESC -lemap C-g LINED_COMPOSE_TOGGLE +lemap M-j LINED_COMPOSE_TOGGLE #compose keybindings |