Based on: https://www.youtube.com/watch?v=DzNmUNvnB04
Apps to install @ first:
zsh neovim tmux fzf
External scripts:
/lemnos/theme.sh
- Install
zsh && oh-my-zsh
. source ~/.zshrc
.
Everything should install automatically after running nvim
or nv
. Additionaly you can switch between Neovim instances by typing nvs
.
Install plugins by hitting [Ctrl+B Shift+I] in fresh tmux
instance.
There is a command to refresh the config:
tmux source ~/.config/tmux/tmux.conf
<prefix> = Control+Space
(overrides default Control+b)Shift+Alt+H
=> Previous TabShift+Alt+L
=> Next TabControl+H/J/K/L
=> Move Left/Down/Up/Right between windows when splitted.