infidel_env/README.md
2022-04-13 05:59:47 -04:00

1.3 KiB

Infidel's personal config for CLI based workspaces

Maintenance

General Info

This is the essential VIM and Tmux configuration for cli based unix systems.

Clone

> git clone http://git.nnag.me/infidel/infidel_env.git

Setup

$ ./install.sh

VIM

Important

: Don't forget to perform :PlugInstall or :PlugUpdate after each git pull

Global

  • Leader remmaped to ,
  • Enabled more visual blocks with J and K
  • Auto tabbed lines from normal mode using >

NerdTree

Toggle NerdTree with .

EasyAlign

Perform multiline visual select then enter ga. Next enter your preference alignment.

Goyo

Toggle Goyo from command input mode :Goyo or use the shortcut.

Limelight

Toggle Limelight from command input mode :Limelight or use the shortcut.

Autocomplete : Completor

Completor is not good for servers, as it requires vim version with python support.

Autocomplete : coc

coc now can use tab to navigate completion list

Future Improvement

  • Script automatically detect the environment (e.g. BSD)
  • Symlink instead of copy.
  • Deploy a scaleable and portable environment.
  • Support Oh-My-Zsh installation