Saturday, March 3, 2018

Re: Vim for Web development

On 2018-03-03 01:55, Renato Fabbri wrote:
> Vim is a text editor, ok, and in the Unix design of a programming
> environment, what other tools do you use and how.

I usually use tmux (and before that GNU screen) to wrap my whole
session. Inside that I have

- vim open to edit my code

- usually a shell in which my dev server is running
(Django in my case)

- another shell for miscellaneous operations (git, rsync/scp,
renaming/moving files, executing tests)

- occasionally I'll open another window/pane to run
lynx/elinks/links/links2/w3m against the dev server to see how it
feels & looks.

This was before Vim/neovim sprouted a ":terminal" command so that's
also a possibility for a similar setup. However, I haven't moved in
that direction yet and am pretty satisfied with my current tmux setup.

-tim



--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment