Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vi mode: Introduce alternate escape sequence for insert mode #670

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Introduce `(KeyCode, KeyCode)` tuple that functions as ESC in Vi Inse…

dfa469b
Select commit
Loading
Failed to load commit list.
Open

vi mode: Introduce alternate escape sequence for insert mode #670

Introduce `(KeyCode, KeyCode)` tuple that functions as ESC in Vi Inse…
dfa469b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 18, 2023 in 0s

42.85% of diff hit (target 49.19%)

View this Pull Request on Codecov

42.85% of diff hit (target 49.19%)

Annotations

Check warning on line 58 in src/edit_mode/vi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/edit_mode/vi/mod.rs#L54-L58

Added lines #L54 - L58 were not covered by tests

Check warning on line 62 in src/edit_mode/vi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/edit_mode/vi/mod.rs#L62

Added line #L62 was not covered by tests

Check warning on line 87 in src/edit_mode/vi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/edit_mode/vi/mod.rs#L87

Added line #L87 was not covered by tests

Check warning on line 90 in src/edit_mode/vi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/edit_mode/vi/mod.rs#L89-L90

Added lines #L89 - L90 were not covered by tests

Check warning on line 94 in src/edit_mode/vi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/edit_mode/vi/mod.rs#L93-L94

Added lines #L93 - L94 were not covered by tests

Check warning on line 107 in src/edit_mode/vi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/edit_mode/vi/mod.rs#L99-L107

Added lines #L99 - L107 were not covered by tests

Check warning on line 145 in src/edit_mode/vi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/edit_mode/vi/mod.rs#L145

Added line #L145 was not covered by tests

Check warning on line 170 in src/edit_mode/vi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/edit_mode/vi/mod.rs#L170

Added line #L170 was not covered by tests

Check warning on line 188 in src/edit_mode/vi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/edit_mode/vi/mod.rs#L188

Added line #L188 was not covered by tests

Check warning on line 192 in src/edit_mode/vi/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/edit_mode/vi/mod.rs#L192

Added line #L192 was not covered by tests