ZIm/crates/terminal_view/src
Conrad Irwin 96deabfb78
Deadkeys 2 (#20612)
Re-land of #20515 with less brokenness

In particular it turns out that for control, the .characters() method
returns the control code. This mostly didn't make a difference, except
when the control code matched tab/enter/escape (for
ctrl-y,ctrl-[/ctrl-c) as we interpreted the key incorrectly.

Secondly, we were setting IME key too aggressively. This led to (in vim
mode) cmd-shift-{ being interpreted as [, so vim would wait for a second
[ before letting you change tab.

Release Notes:

- N/A
2024-11-13 10:42:08 -07:00
..
persistence.rs Restore unsaved buffers on restart (#13546) 2024-07-17 18:10:20 +02:00
terminal_element.rs Deadkeys 2 (#20612) 2024-11-13 10:42:08 -07:00
terminal_panel.rs tasks: Add editor: Spawn Nearest Task action (#19901) 2024-10-31 14:25:57 +01:00
terminal_view.rs Improve terminal.working_directory for non-project files (#18251) 2024-11-13 10:40:36 -05:00