Using Vim as a Python IDE
liuchengxu.org
Using Vim as a Python IDE
1–10 of 158 posts
Re: Using Vim as a Python IDE
#2Re: Using Vim as a Python IDE
#3Re: Using Vim as a Python IDE
#4I keep seeing tmux mentioned recently. Can someone eli5 what it does and why it's useful?
Screen is a similar program.
Re: Using Vim as a Python IDE
#5I keep seeing tmux mentioned recently. Can someone eli5 what it does and why it's useful?
Re: Using Vim as a Python IDE
#6I keep seeing tmux mentioned recently. Can someone eli5 what it does and why it's useful?
I use a macbook pro with iterm2, and I prefer to use a terminal multiplexer instead of tabs or the native screen split of iterm2.
If you ssh remote boxes a lot, it is very useful because you will not lose your session in case of an occasional disconnection.
Re: Using Vim as a Python IDE
#7I keep seeing tmux mentioned recently. Can someone eli5 what it does and why it's useful?
Re: Using Vim as a Python IDE
#8I keep seeing tmux mentioned recently. Can someone eli5 what it does and why it's useful?
Not to mention you can share your command line shell session/screen with other people!!
Re: Using Vim as a Python IDE
#9I would love to download a config file with a curated list of plugins that turns vim into a good Python IDE.
Re: Using Vim as a Python IDE
#10I keep seeing tmux mentioned recently. Can someone eli5 what it does and why it's useful?
tmux is a terminal multiplexer - if you have ever used the `screen` command you already know what it is. I use a macbook pro with iterm2, and I prefer to use a terminal multiplexer instead of tabs or the native screen split of iterm2. If you ssh remote boxes a lot, it is very useful because you will not lose your session in case of an occasional disconnection.