source: umon/ports/beagleboneblack/.vimrc @ 9049385

Last change on this file since 9049385 was dee5246, checked in by Jarielle Catbagan <jcatbagan93@…>, on 06/19/15 at 18:53:54

Duplicated csb740 directory to beagleboneblack directory for BBB port

  • Property mode set to 100755
File size: 230 bytes
Line 
1" Very basic VIM startup file
2"
3" Set tab stop to 4 characters:
4set ts=4
5
6" Turn off syntax-sensitive coloring:
7" syntax off
8
9" Enable C-style indentation:
10" set cindent
11
12" Disable the highlighting of search items:
13set nohlsearch
Note: See TracBrowser for help on using the repository browser.