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-rhistory search- tmux mouse mode enabled
- tmux pane navigation with
ctrl-hjkloralt-hjkl - tmux copy mode with
vandy - 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
sudo apt-get install zsh-autosuggestions
Just source the files from ~/.zshrc and ~/.tmux.conf
in ~/.zshrc
source ~/dotfiles/zshrc
in ~/.tmux.conf
source-file ~/dotfiles/tmux.conf
- need to enable mouse reporting in iTerm2 settings
- Preferences ▸ Profiles ▸ Terminal ▸ Enable mouse reporting