william

Keep Calm and Markdown.

vim repl

Vim 环境中运行 REPL 程序。

  • 使用触发键 <Leader>t

  • 对于多个 buffer 的问题,需要改一下绑定键

    1
    2
    
    " handling multi buffer switch:  https://github.com/sillybun/vim-repl/issues/19
    tnoremap <Leader>n <C-w>:bnext<CR>
0%