You are here |
paul.fawkesley.com | ||
| | | |
www.mattlayman.com
|
|
| | | | Vim is an extremely powerful text editor. With no setup, you can do amazing work, however, you can supercharge Vim by extending it with plugins. This blog series will show how to get the most out of Vim. | |
| | | |
blog.ian.stapletoncordas.co
|
|
| | | | ||
| | | |
github.com
|
|
| | | | pathogen.vim: manage your runtimepath. Contribute to tpope/vim-pathogen development by creating an account on GitHub. | |
| | | |
citizen428.net
|
|
| | In todays Rails quick tip well look at my local development workflow, specifically tmux, Overmind, and tmuxinator. tmux tmux is whats called a terminal multiplexer. The documentation explains what exactly that means as follows: It lets you switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal. The following screenshot shows a single tmux window with 3 panes: one displaying a greeting via figlet, one running hugo... |