Instructions on how to use the example configuration shown on the IDE Talk for the only important text editor you need
Dont forget to check the related videos:
Save the cheatsheet for quick references of the main commands:
git clone git@github.com:aebarreiro/VimDemo.git VimDemo
cd VimDemo
Option 1:
vim -u .vimrc <file>
Option 2:
export VIMINIT="source .vimrc"
vim <file>
Option 3:
mv .vimrc ~/.vimrc
to start:
screen -dmS screenkey bash -c 'screenkey'
to kill:
screen -S screenkey -X quit