Skip to content

aebarreiro/VimDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIM Demo for the IDE Showdown

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:

Clone the Project

git clone git@github.com:aebarreiro/VimDemo.git VimDemo
cd VimDemo

Load the local .vimrc configuration and start editing your files

Option 1:

vim -u .vimrc <file>

Option 2:

export VIMINIT="source .vimrc"
vim <file>

Option 3:

mv .vimrc ~/.vimrc

Start ScreenKey (for demo)

to start:

screen -dmS screenkey bash -c 'screenkey' 

to kill:

screen -S screenkey -X quit

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors