VI Variants


Installations


sudo apt install vim # vim
sudo apt install neovim # nvim
    

Troubleshootings

  1. Python indentation inconsistent problem.
  2. 
    echo ":set tabstop=2" >> ~/.vimrc
    echo ":set softtabstop=2" >> ~/.vimrc
    echo ":set shiftwidth=2" >> ~/.vimrc
    :source ~/.vimrc
        

References


  1. Difference Between Vim and Neovim
  2. Github -- voldikss/vim-floaterm
  3. How to install Vim plugins
  4. VIM Plug – The easy way to install plugins in VIM
  5. How do I switch between panes in split mode in Vim?
  6. codevion.github.io Vim-floaterm
  7. Is it possible to split Vim window to view multiple files at once?
  8. How to Install NeoVim and Plugins with vim-plug
  9. How to reload .vimrc file without restarting vim on Linux/Unix
  10. Vim Python indentation not working?
  11. Setting TAB to 2 spaces