guillermooo / Vintageous

Vi/Vim emulation for Sublime Text 3
http://guillermooo.bitbucket.org/Vintageous/
Other
1.64k stars 115 forks source link

Enable only Ctrl+User defined keys #1045

Closed fut33v closed 8 years ago

fut33v commented 8 years ago

Enable only Ctrl+User defined keys instead of vintageous_use_ctrl_keys: true which switch on ALL the ^shortcuts.

gerardroche commented 8 years ago

Ctrl+User ?

Do you mean you would like to enable for example ctrl+c, ctrl+w, etc. i.e. ctrl+{char} but disable shift+ctrl+a and ctrl+alt+p, etc. ?

fut33v commented 8 years ago

Yep, today I switched on vintageous_use_ctrl_keys because I suffered without Ctrl+V, but that option overlapped Sublime's Ctrl+F,S,H etc, so I started sufferin more)

gerardroche commented 8 years ago

You only want specific ctrl+{key} keybindings? If you want to enable specific ctrl+{key} keybindings then it's not realistic for Vintageous to provide an option to enable/disable each and every keybinding.

I suggest taking a look at https://github.com/guillermooo/Vintageous/blob/master/Default.sublime-keymap and copying the ones you want. You might have problems once in a while when there are updates that change the keybindings you're using, but that won't be too often for it to be an big issue.

fut33v commented 8 years ago

Yeah, that worked, thank you! :)