User Tools

Site Tools


Sidebar

projects

uxi0 (due 20190123)
wcp1 (due 20190123)
adm0 (due 20190130)
wcp2 (due 20190130)
pbx0 (due 20190206)
wcp3 (due 20190206)
pbx1 (due 20190213)
wcp4 (due 20190213)
pbx2 (due 20190227)
wcp5 (due 20190227)
upf0 (due 20190306)
wcp6 (due 20190306)
wpa0 (due 20190313)
wcp7 (due 20190313)
spf0 (due 20190321)
wcp8 (due 20190320)
upf1 (due 20190327)
wcp9 (due 20190327)
usr0 (due 20190410)
wcpA (due 20190410)
pct0 (due 20190417)
wcpB (due 20190417)
pwn0 (due 20190424)
wcpC (due 20190424)
spf1 (due 20190501)
EoCE - bottom of journal (due 20190514-172959)
haas:spring2019:unix:vim_customize

Customizing your VIM session

Since we'll be using VIM quite a bit this semester (and hopefully beyond!), we should customize it to make it even more useful than it is already!

Create/Edit your ~/.vimrc file

Open your vim config file:

lab46:~$ vim ~/.vimrc

Enter settings

Here are some good starter settings you may find useful. Use your references to look up what these options do.

set tabstop=4
set shiftwidth=4
syn on
set cursorline
set number
set smartindent

Save and exit when done.

When you next open vim to edit a file, you should notice some differences in both appearance and behavior.

haas/spring2019/unix/vim_customize.txt · Last modified: 2012/09/15 16:45 by 127.0.0.1