Skip to content

Commit

Permalink
Add keymap to reenter normal mode from insert mode
Browse files Browse the repository at this point in the history
- use familiar ctrl + [ (left bracket) mapping
- see helix-editor/helix#6551 for discussion
  • Loading branch information
djpowers committed Sep 19, 2023
1 parent 6f250f7 commit b8c97be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helix/.config/helix/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ hidden = false

[editor.soft-wrap]
enable = true

[keys.insert]
"C-[" = "normal_mode"

0 comments on commit b8c97be

Please sign in to comment.