- use GitBash or enable WSL2: https://github.com/mmarkus13/automation/blob/master/wsl_open_image_from_temrinal/wsl_enable.ps1
- install Ubuntu 20.04 LTS & Windows Terminal from Microsoft Store
- Make sure you have vim editor installed and updated:
$ sudo apt-get update
$ sudo apt-get install vim
mkdir -p ~/.vim/bundle/
cd ~/.vim/bundle/
git clone https://github.com/gmarik/Vundle.vim
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
Backup your .vimrc and copy new contents from https://raw.githubusercontent.com/mmarkus13/dot-files/master/vimrc
mv .vimrc .vimrcBAK<date>
vi .vimrc #paste raw from Git & update to your prefrences --un/comment plugins
$ vim +PluginInstall +qall
Dotfiles repository
Nerdtree can be activated by pressing Ctrl+n in Normal mode
Tagbar can be activated by pressing Ctrl+m in Normal mode
Automatic tab completion under Inser Mode
- Navigate to the window you'd like to move
- Press ww
- Navigate to the window you'd like to swap with
- Press ww again