mirror of https://github.com/helix-editor/helix
removed redundant line
parent
dd94a39810
commit
13800e4dd1
|
@ -325,9 +325,6 @@ impl Editor {
|
||||||
if let Some(command) = keymap[&Mode::Insert].get(&keys) {
|
if let Some(command) = keymap[&Mode::Insert].get(&keys) {
|
||||||
// TODO: handle count other than 1
|
// TODO: handle count other than 1
|
||||||
command(view, 1);
|
command(view, 1);
|
||||||
|
|
||||||
// TODO: simplistic ensure cursor in view for now
|
|
||||||
view.ensure_cursor_in_view();
|
|
||||||
} else {
|
} else {
|
||||||
if let KeyEvent {
|
if let KeyEvent {
|
||||||
code: KeyCode::Char(c),
|
code: KeyCode::Char(c),
|
||||||
|
|
Loading…
Reference in New Issue