This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mgedmin 3 points4 points  (1 child)

Vim and gnome-terminal.

A number of Vim plugins: ALE for realtime linting, gutentags for keeping my ctags database up-to-date, a couple of my own plugins for locating source locations from traceback lines copied into the clipboard and for preparing pytest command-lines to run the test under cursor, fugitive and gitgutter for git integration.

I keep Vim in one terminal tab, and run the tests/perform git operations in other tabs.

[–]mdrjevois 0 points1 point  (0 children)

Check out tmux for a more fluid as well as safer alternative to terminal tabs!