aboutsummaryrefslogtreecommitdiff
path: root/helix-tui/tests/terminal.rs
diff options
context:
space:
mode:
authorIvan Tham2022-05-11 01:12:27 +0000
committerGitHub2022-05-11 01:12:27 +0000
commit0477d0289476c34e6b4d11a28165fee0c49063b3 (patch)
tree63db7b95e834f28d2e21dcaed70933a2221e65d8 /helix-tui/tests/terminal.rs
parentc80ac84978fa224498aaae86e2434b568221d216 (diff)
Exclude cursor when doing ctrl-w (#2431)
Currently ctrl-w in insert mode deletes the cursor which results in unexpected behavior. The patch also reduces the selection to cursor before performing prev word to remove the behavior of removing unnecessary text when nothing should be removed. 1. `::#(|)#::` after `ctrl-w` should be `#(|)#::`, previously `#(|)#:` 2. `#(|::)#` after `ctrl-w` should be `#(|::)#`, previously `#(|)#` Fix #2390
Diffstat (limited to 'helix-tui/tests/terminal.rs')
0 files changed, 0 insertions, 0 deletions