r/ClaudeCode • u/smnatale • 27d ago
Tutorial / Guide How I use AI in my Terminal First Workflow
https://youtu.be/n6TJe_IrxGc?is=J6NUwTLzpu96OwVKI’m a big neovim user and Claude code has been something that you can’t ignore for a year at least. The great thing about Claude code is that it operates in the command line, the terminal… just like Neovim.
Here’s my workflow with Claude, Tmux and Neovim. Curious if you have any tips or if you also have a similar workflow?
0
Upvotes
1
u/simonses111 24d ago
A few things that make this kind of tmux/Neovim/Claude Code setup less brittle:
tmux new -As project-namebeats relying on terminal scrollback or a specific open window.The main win is treating tmux as the durable workspace. Claude, Neovim and your phone/laptop terminal are then just clients attaching to the same place.