using emacs => fine
using vim => fine
using vim on one screen, emacs on another => arrgh, my brain, the chaos of strings of mistyped shortcuts.
Also tmux is gold.
3 years ago ยท ๐ nristen
ah, thanks for mentioning the btm app -the cli graphs are extremely cool - I installed it on my MacBook for work so far. ยท 3 years ago
@nristen Nah, nothing interesting in the config - just a single change telling tmux to use `bash` instead of old-fashioned `sh` - it's a multi-user-system, and when my account was created they didn't set a 'good' default shell. (Being an ubuntu server, it's entirely possible that the `bash` is actually `dash`? Don't quote me on that.)
I tend to try run default settings unless unbearable. It means I can jump on to any system and use it without issue. I guess that a bit odd for a 'nix user!
The one thing I have taken to putting on all systems I can is `bottom` or `btm` - it's a replacement for `top` that draws nice graphs so you can monitor cpu/mem over time. ยท 3 years ago
Do you do anything interesting with your tmux config? I am always on the lookout for improvements I can add to tmux. Currently, I have a config that I use for work that opens 4 windows and starts various applications in different panes. ยท 3 years ago