Skip to content

Instantly share code, notes, and snippets.

@dantonnoriega
dantonnoriega / tmux-vim-repl.md
Last active October 28, 2021 06:58
Step by step instruction to set up a VIM REPL with TMUX on a linux box. I found most instruction onlin convoluted and confusing.

Set up tmux with a vim REPL on a linux box

  1. install https://github.com/tpope/vim-pathogen into ~/.vim/
  2. install https://github.com/jpalardy/vim-slime into ~/.vim/bundle
  3. copied default vimrc to a user copy: cp /etc/vimrc ~/.vim/vimrc
  4. added the following to the end of ~/.vim/vimrc
" vim slime
let g:slime_python_ipython = 1