User Tools

Site Tools


Sidebar

projects

uxi0 (due 20180822)
wcp1 (due 20180822)
adm0 (due 20180829)
wcp2 (due 20180829)
pbx0 (due 20180905)
wcp3 (due 20180905)
pbx1 (due 20180912)
wcp4 (due 20180912)
pbx2 (due 20180919)
wcp5 (due 20180919)
upf0 (due 20180926)
wcp6 (due 20180926)
upf1 (due 20181003)
wcp7 (due 20181003)
usr0 (due 20181017)
wcp8 (due 20181017)
pbx3 (bonus; due 20181017)
spf0 (due 20181024)
wcp9 (due 20181024)
pwn0 (due 20181031)
wcpA (due 20181031)
gfo0 (due 20181107)
wcpB (due 20181107)
icp0 (due 20181115)
wcpC (due 20181115)
wpa0 (bonus; due 20181128)
EoCE (due 20181213-172959)
haas:fall2018: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/fall2018/unix/vim_customize.txt · Last modified: 2012/09/15 16:45 by 127.0.0.1