← Back to context Comment by qolop 5 years ago Do you have support for VIM bindings? Or a plan to add them sometime in the future? 2 comments qolop Reply joouha 5 years ago Support for vim-style bindings is already there (thanks to prompt_toolkit) - I just need to make euporie read settings from a configuration file / expose them through the menu.For now, you'd have to change "editing_mode" to "vi" in config.py alpaca128 5 years ago It lets you open buffers in $EDITOR with the `e` key according to the README. So you could just open it in Vim.
joouha 5 years ago Support for vim-style bindings is already there (thanks to prompt_toolkit) - I just need to make euporie read settings from a configuration file / expose them through the menu.For now, you'd have to change "editing_mode" to "vi" in config.py
alpaca128 5 years ago It lets you open buffers in $EDITOR with the `e` key according to the README. So you could just open it in Vim.
Support for vim-style bindings is already there (thanks to prompt_toolkit) - I just need to make euporie read settings from a configuration file / expose them through the menu.
For now, you'd have to change "editing_mode" to "vi" in config.py
It lets you open buffers in $EDITOR with the `e` key according to the README. So you could just open it in Vim.