Snippets: Workflow setup with vim + tmux + tmuxinator

preview_player
Показать описание
In this devlog, we take a look at my current setup for writing code which uses vim (with corresponding plugins), tmux and tmuxinator to define tmux windows for a specific project.

Gists:

.vimrc:

vundle:

tmux:

tmuxinator:
Рекомендации по теме
Комментарии
Автор

This was quite an inspiration towards trying out vim 'proper', as a real editor rather than my previous use of it as simply because it's the default on a system.
Thanks!

rarrawer
Автор

I like vim because I don't have to use the mouse to navigate. I can tab between windows on "Windows". On the Mac though tab works differently. So I end up having to use the mouse to get to another vim window. On top of that it's not easy. I have to click on the icon then wait for the popup menu and select the file I want.

marknunes
Автор

Thanks! tmuxinator is much clearer now. One question, is it practical to use docker in combination? I would like to start up a database or other stuff with docker before starting my tmux environment.

chris_sndw
visit shbcf.ru