Jordin's Dotfiles
Instructions
- Clone this repository into your home directory
- In your home directory, create symlinks for:
- ~/setup/.vimrc
- ~/setup/.tmux.conf
- Install Tmux
- Install NeoVim
- Install Vim-Plug (make sure to follow the NeoVim instructions)
- Run nvim from the terminal, and inside of nvim, run the command ":PlugInstall"
Reference
Vim
See .vimrc for details
Tmux
- Command key: Control + A (preface all other commands with this)
- Horizontal Split: v
- Vertical Split: s
- Kill Split: x (this will also kill the window and the tmux session if all other splits are already closed)
- New Window: c
- Next Window: n