User Tools

Site Tools


Sidebar

projects

wcp1 (due 20250129)
abc0 (due 20250205)
pct0 (bonus; due 20250205)
pct1 (bonus; due 20250205)
pct2 (due 20250205)
wcp2 (due 20250205)
dac0 (due 20250212)
pct3 (bonus; due 20250212)
wcp3 (due 20250212)
pct4 (due 20250219)
tpb0 (due 20250219)
wcp4 (due 20250219)
pct5 (bonus; due 20250226)
tpb1 (due 20250226)
wcp5 (due 20250226)
gfo0 (due 20250305)
pct6 (due 20250305)
skbD (due 20250305)
wcp6 (due 20250305)
pct7 (bonus; due 20250312)
tpb2 (due 20250312)
wcp7 (due 20250312)
bwp1 (bonus; due 20250326)
pct8 (due 20250326)
usr0 (due 20250326)
wcp8 (due 20250326)
pct9 (bonus; due 20250402)
wcp9 (due 20250402)
wpa0 (due 20250402)
haas:spring2025: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/spring2025/unix/vim_customize.txt · Last modified: 2012/09/15 16:45 by 127.0.0.1