Skip to content

Commit

Permalink
helix: Map Ctrl-[ to leave insert mode
Browse files Browse the repository at this point in the history
This is required due to a regression in Helix 23.03, reported at
helix-editor/helix#6551
  • Loading branch information
srstevenson committed Jun 17, 2023
1 parent 90f70a0 commit a873448
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@
line-number = "relative";
soft-wrap.enable = true;
};
# Fix for https://github.com/helix-editor/helix/issues/6551
keys.insert."C-[" = "normal_mode";
theme = "catppuccin_mocha";
};
};
Expand Down

0 comments on commit a873448

Please sign in to comment.