My every day editor for all kind of text interface work
This editor keep the philosophy of unix
Linux User :- If there is terminal there is a way.
Developer User :- If there is vim there is geek.
IDE
is installed by running one of the following commands in your terminal.
You can install this via the command-line with
either curl
, wget
or another similar tool.
Method | Command |
---|---|
curl | sh -c "$(curl -fsSL https://raw.githubusercontent.com/vrkansagara/ide/master/install.sh)" |
wget | sh -c "$(wget -O- https://raw.githubusercontent.com/vrkansagara/ide/master/install.sh)" |
fetch | sh -c "$(fetch -o - https://raw.githubusercontent.com/vrkansagara/ide/master/install.sh)" |
You can simply run bellow command to update, this project
cd $HOME/.vim
git stash
git pull --rebase
sh ./submodule.sh
- Do not use
CTRL+S
this is standard terminal suspension command (PressCTRL+Q
will resume) - vim -c "redir >> /tmp/vim-shortcuts.log" -c "map" -c "redir END" -c "qa"
I would like take issue and pull request regarding this project and love to answer if anything on this. I would be more happy if you have on this.
- VIM official help
- VimL Script language
- vimscript x in y minutes