VIM --- SublimeText
habrahabr.ru/post/193176/
forum.sublimetext.com/t/actualvim-perfect-vim-input-for-sublime-text-3/26301
www.sublimetext.com/docs/3/vintage.html
stackoverflow.com/questions/14667778/how-to-enter-vintage-command-mode-in-sublime-text
www.sublimetext.com/docs/2/vintage.html
Активация:
Preferences — settings — изменить «ignored_packages»:[«Vintage»] на «ignored_packages»:[]
Настройка клавиш:
if you'd like to bind «jj» to exit insert mode, you can add this key binding:
{ «keys»: [«j», «j»], «command»: «exit_insert_mode»,
«context»:
[
{ «key»: «setting.command_mode», «operand»: false },
{ «key»: «setting.is_widget», «operand»: false }
]
}
КЛАВИША С = enter_insert_mode
КЛАВИШИ D+F = exit_insert_mode
Vintage supports these ctrl key bindings:
Ctrl+[: Escape
Ctrl+R: Redo
Ctrl+Y: Scroll down one line
Ctrl+E: Scroll up one line
Ctrl+F: Page Down
Ctrl+B: Page Up
forum.sublimetext.com/t/actualvim-perfect-vim-input-for-sublime-text-3/26301
www.sublimetext.com/docs/3/vintage.html
stackoverflow.com/questions/14667778/how-to-enter-vintage-command-mode-in-sublime-text
www.sublimetext.com/docs/2/vintage.html
Активация:
Preferences — settings — изменить «ignored_packages»:[«Vintage»] на «ignored_packages»:[]
Настройка клавиш:
if you'd like to bind «jj» to exit insert mode, you can add this key binding:
{ «keys»: [«j», «j»], «command»: «exit_insert_mode»,
«context»:
[
{ «key»: «setting.command_mode», «operand»: false },
{ «key»: «setting.is_widget», «operand»: false }
]
}
КЛАВИША С = enter_insert_mode
КЛАВИШИ D+F = exit_insert_mode
Vintage supports these ctrl key bindings:
Ctrl+[: Escape
Ctrl+R: Redo
Ctrl+Y: Scroll down one line
Ctrl+E: Scroll up one line
Ctrl+F: Page Down
Ctrl+B: Page Up
0 комментариев