Advanced Terminal Tips and Tricks
bitsand.cloud
Advanced Terminal Tips and Tricks
1–7 of 7 posts
Re: Advanced Terminal Tips and Tricks
#2Re: Advanced Terminal Tips and Tricks
#3Re: Advanced Terminal Tips and Tricks
#4Re: Advanced Terminal Tips and Tricks
#5tmux + ssh multiplexing has been a big time saver for me. I have a single script that I run when I open my terminal and I have an entire dashboard to manage my dev environment. Now I just need to figure out copy and paste in tmux lol.
Re: Advanced Terminal Tips and Tricks
#6tmux + ssh multiplexing has been a big time saver for me. I have a single script that I run when I open my terminal and I have an entire dashboard to manage my dev environment. Now I just need to figure out copy and paste in tmux lol.
But there were always some problems with copying, terminfo features, truecolors, composed unicode...
And recently I changed my mind about the usefulness of a multiplexer, after all only some remote machines were adapted to my workflow, most of the time I just used it locally and had to deal with multiplexer and terminal issues at the same time.
So I tried Kitty again, Kitty claims that multiplexers are a bad idea and that the terminal can do more and better, and it's right about that. Multiplexers should be replaced by advanced terminals.
Re: Advanced Terminal Tips and Tricks
#7tmux + ssh multiplexing has been a big time saver for me. I have a single script that I run when I open my terminal and I have an entire dashboard to manage my dev environment. Now I just need to figure out copy and paste in tmux lol.