Sublime Text 2: C:\Users\xxx\AppData\Roaming\Sublime Text 2\Packages\User Get Sublime Package Control: http://wbond.net/sublime_packages/package_control/installation Get VintageEx: https://github.com/SublimeText/VintageEx or in sublimetext: ctrl-shift-P, install, vintageex Get VintageLines: https://github.com/tmanderson/VintageLines or in sublimetext: ctrl-shift-P, install, vintagelines file: Default (Windows).sublime-keymap [ { "keys": ["j", "j"], "command": "exit_insert_mode", "context": [ { "key": "setting.command_mode", "operand": false }, { "key": "setting.is_widget", "operand": false } ] }, { "keys": ["ctrl+n","ctrl+n"], "command": "toggle_setting", "args": {"setting": "line_numbers"} }, // restore happy vim stuff after using VintageEx { "keys": ["ctrl+f"], "command": "move", "args": {"by": "pages", "forward": true} }, { "keys": ["ctrl+b"], "command": "move", "args": {"by": "pages", "forward": false} } ] file: Preferences.sublime-settings { "font_face": "Consolas", "font_size": 11, // default sublime text 2 in Windows is consolas@10 //"font_face": "Source Code Pro", "font_size": 9, // fantastic to read at small //"font_face": "Source Code Pro", "font_size": 10, // not as tall, square //"font_face": "Mensch", "font_size": 9, // Its a nice small thin font. //"font_face": "Anonymous Pro", "font_size": 11, // serif // "font_face": "Terminus", "font_size": 13, // thin nice //"font_face": "Inconsolata", "font_size": 11, // fat easy read "caret_style": "wide", "color_scheme": "Packages/Tomorrow_Theme/Tomorrow-Night-Bright.tmTheme", "command": "exit_insert_mode", "context": [ { "key": "setting.command_mode", "operand": false }, { "key": "setting.is_widget", "operand": false } ], "highlight_line": true, "keys": [ "j", "j" ] }