guest@dotshare [~/groups/vim/rc] $ ls n61/ | cat
1 2 3 4 5 6 7 8 9 10 11 12 13
syntax enable set nocompatible set autoindent set smartindent set tabstop=2 set shiftwidth=4 set showmatch set ruler " always show current position " font config set gfn=Monospace\ 10 set shell=/bin/bash " line numbers set number
CLICK TO VIEW
x