Tools in use:
- Alicritty Terminal
- Tmux for multiplexing / window management
- NeoVim Editor [LunarVim]
- ZSH (oh-my-zsh)
Associated configuration files:
- Alicritty:
alacritty/alacritty.toml
->~/.conf/alacritty/alacritty.toml
- Tmux:
tmux.conf
->~/.tmux.conf
- NeoVim:
nvim/
- ZSH:
zshrc
->~/.zshrc
,.oh-my-zsh/
->~/.oh-my-zsh/
C-a
: prefix (to be used before all key-bindings)C-a C-e
: open tmux config file to edit and load upon closingC-a C-r
: reload tmux config fileM-Left
: previous paneM-Right
: next paneM-Up
: above paneM-Down
: below paneC-M-Left
: previous windowC-M-Right
: next windowC-a r
: rename windowC-a R
: rename sessionC-a c
: create window with current working dirC-a C
: create window with default working dirC-a x
: kill windowC-a X
: kill paneC-a q
: kill session