naught@sh.itjust.workstoAsklemmy@lemmy.ml•What's a handy terminal command you use often?
1·
2 months agognu screen is just a different program than tmux. they do the same thing though
gnu screen is just a different program than tmux. they do the same thing though
Hold down j
and lmk how smooth it is 😅
I mean, it should be clear. Smooth and fast and snappy. If you don’t want that, use neovim like me :)
I use zsh and love the fish autocomplete so I use this:
https://github.com/zsh-users/zsh-autosuggestions
Also have fzf
for ctrl + r
to fuzzy find previous commands.
I believe it comes with oh-my-zsh, just has to be enabled in plugins and itjustworks™
It inspired python’s syntax iirc
Install the fzf integration for ctrl+r fuzzy finding through your entire shell history:
https://thevaluable.dev/fzf-shell-integration/