Warp is a good terminal. It is fast and reliable.
It works well with multiple tabs and makes tab switching easy. It also has a ton of preset commands and allows you to create your own presets workflows.
However its auto complete is not great. One thing that I miss in particular is auto-complete for git commands.
For example, when pushing to a remote repository for the first time, you usually use: "git push -u origin ", unfortunately when I type "git push -u origin " with the name of the current branch. It instead uses the name of another one, and only presents the correct suggestion after pressing tab.
This can be confusing at times, since you might set the wrong remote branch by mistake.
Handling git was something that their competitor, Fig, did very well. Personally, I would like to have a similar experience on Warp.
Also, the hotkeys are sometimes unintuitive, for example, when you get an auto-complete suggestion, you have to press the right arrow to accept it, because pressing tab will open the auto-complete menu.