Skip to content

Instantly share code, notes, and snippets.

@thetrung
Created November 1, 2025 15:22
Show Gist options
  • Select an option

  • Save thetrung/ffad969f191b04626101fdfd49d0ddc2 to your computer and use it in GitHub Desktop.

Select an option

Save thetrung/ffad969f191b04626101fdfd49d0ddc2 to your computer and use it in GitHub Desktop.
Helix Config to make it more "Vim-like"
# Use Ctrl-C to exit insert mode and return to normal mode
[keys.insert]
"C-c" = "normal_mode"
# Also use Ctrl-C to exit select mode
[keys.select]
"C-c" = ["normal_mode", "keep_primary_selection", "collapse_selection"]
#[keys.normal]
# ... other existing keybindings ...
#"ins" = "insert_mode"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment