this is a really simple dotfiles setup for zsh, tmux, and fzf. It just has a few features that make terminal a happy place for me.
ctrl-r
history search- tmux mouse mode enabled
- tmux pane navigation with
ctrl-hjkl
oralt-hjkl
- tmux copy mode with
v
andy
- zsh autosuggestions
thats more or less it. follow the instructions below to install and setup.
brew install fzf tmux
brew install zsh-autosuggestions
sudo apt-get install fzf tmux
ln -sf ~/repos/dotfiles/zshrc ~/.zshrc
ln -sf ~/repos/dotfiles/tmux.conf ~/.tmux.conf
- need to enable mouse reporting in iTerm2 settings
- Preferences ▸ Profiles ▸ Terminal ▸ Enable mouse reporting