Skip to content

Commit

Permalink
Change: Enable vintageous_use_ctrl_keys by default #404
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardroche committed Oct 25, 2020
1 parent 7804f48 commit 6c06464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Preferences.sublime-settings
Expand Up @@ -86,7 +86,7 @@
"vintageous_terminal": null,

// Enable key bindings prefaced by the control-key.
"vintageous_use_ctrl_keys": false,
"vintageous_use_ctrl_keys": true,

// Enable key bindings prefaced by the super-key, otherwise known as the
// command-key in OSX, and as the windows-key in Windows.
Expand Down
2 changes: 1 addition & 1 deletion res/doc/neovintageous.txt
Expand Up @@ -797,7 +797,7 @@ List of available settings:

*'vintageous_use_ctrl_keys'*
'vintageous_use_ctrl_keys'
boolean (default: false)
boolean (default on)
Enable key bindings prefaced by the ctrl-key.

*'vintageous_use_super_keys'*
Expand Down

0 comments on commit 6c06464

Please sign in to comment.