/vim-switch-editor

Switch editor for current buffer

Primary LanguageVim ScriptThe UnlicenseUnlicense

Switch editor

Other editors integration for Vim and Neovim users

Installation

Add to your vimrc:

zplug 'adberard/vim-switch-editor'

Usage

nmap <leader>ask <Plug>(kakoune)
vmap <leader>ask <Plug>(kakoune)
nmap <leader>ase <Plug>(emacs)
vmap <leader>ase <Plug>(emacs)
  • From Kakoune: Press Escape to save and quit.
  • From Emacs Press space qq to quit.