guillermooo / Vintageous

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

How Can I unbound some ctrl commands in Vintageous? #987

Closed circlecrystal closed 8 years ago

circlecrystal commented 9 years ago

Let`s say one app uses ctrl+b, and another uses ctrl+u. So I wish I can unbound these two commands in Vintageous, while still keep the rest fully functioning.

BrendanAnnable commented 8 years ago

I wanted to use Ctrl+B for building my latex files, so I just added this to my default keymap:

 { "keys": ["ctrl+b"], "command": "build"}

So I suppose find out what command you want to map them to and just override it.

guillermooo commented 8 years ago

See wiki and if that doesn't work, suggest a topic with and outline of the content, or, better yet, write it yourself leaving the gaps you don't know.