Skip to content

Instantly share code, notes, and snippets.

@dimritium
Created April 6, 2024 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimritium/ffd51b16db17efcb2a2de6e841c4c192 to your computer and use it in GitHub Desktop.
Save dimritium/ffd51b16db17efcb2a2de6e841c4c192 to your computer and use it in GitHub Desktop.
enable vim mode in sublime
{
"ignored_packages":
[
// "Vintage",
],
"index_files": true,
"vintage_start_in_command_mode": true
}
@dimritium
Copy link
Author

vintage_start_in_command_mode: start sublime in default vim mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment