Sublime Text plugin to disable arrow keys.
This plugin disables all Sublime Text arrow key bindings. This plugin compliments the EnhancedReadline plugin which allows you to use readline-style keybindings to do all the navigation and editing you used to do with arrow keys.
While you could simply do something like this yourself, you inevitably will need to toggle the arrow keybindings on or off (while pairing for example). Having these overrides in a plugin allows you to add this plugin to ignored packages to enable the key bindings.
Install Package: DisableArrowKeys
Clone this repository into your Packages directory
cd /path/to/sublime/Packages
git clone [email protected]:daytonn/DisableArrowKeys.git