Created
November 1, 2025 15:22
-
-
Save thetrung/ffad969f191b04626101fdfd49d0ddc2 to your computer and use it in GitHub Desktop.
Helix Config to make it more "Vim-like"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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