Skip to content

Commit

Permalink
Enable super keys by default #404
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardroche committed Feb 27, 2019
1 parent 3c53896 commit 2934526
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Preferences.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
// Enable key bindings prefaced by the super-key, otherwise known as the
// command-key in OSX, and as the windows-key in Windows.
// {not in Vim}
"vintageous_use_super_keys": false,
"vintageous_use_super_keys": true,

// Propagate copy actions to the system clipboard.
// {not in Vim}
Expand Down
6 changes: 3 additions & 3 deletions res/doc/neovintageous.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ converted to snake_case and accepts args key=value format: >
nnoremap <leader>p :ShowOverlay overlay=goto show_files=true<CR>
nnoremap <leader>f :ShowOverlay overlay=goto text=@<CR>

Super-keys, known as windows-keys or command-keys, are disabled by default: >
Super-keys, known as windows-keys or command-keys: >

nnoremap <D-i> :GotoSymbolInProject<CR>

Expand Down Expand Up @@ -204,7 +204,7 @@ More examples: >
" Show me the symbols.
nnoremap <leader>f :ShowOverlay overlay=goto text=@<CR>
nnoremap <leader>i :GotoSymbolInProject<CR>
" Or if you're using super-keys (disabled by default):
" Or using a super-key:
nnoremap <D-i> :GotoSymbolInProject<CR>

" Windowing aliases (especially useful if you don't enable ctrl-keys keys).
Expand Down Expand Up @@ -524,7 +524,7 @@ CTRL-[ -> Esc: >

*'vintageous_use_super_keys'*
'vintageous_use_super_keys'
boolean (default off)
boolean (default: 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

0 comments on commit 2934526

Please sign in to comment.