Journal Journal: .vimrc
set number
set backspace=2
set textwidth=78
set dir=~/tmp/vi
map ESC[1;3C <ESC>:tabnext<CR>
map ESC[1;3D <ESC>:tabprevious<CR>
imap ESC[1;3C <ESC>:tabnext<CR><Insert>
imap ESC[1;3D <ESC>:tabprevious<CR><Insert>
map ^N <Esc>:tabedit
imap ^N <Esc>:tabedit
map ^L <Esc>:vsplit
imap ^L <Esc>:vsplit
map ^S <Esc>:w<CR>
imap ^S <Esc>:w<CR><Insert>
map ^S^A <Esc>:wall<CR>
imap ^S^A <Esc>:wall<CR><Insert>
map ^W^Q^A <Esc>:wqa<CR>
map <Tab> <Insert><Tab><Esc>
map <F11> <Esc>:set number<CR>
map <F12> <Esc>:set nonumber<CR>
imap <F11> <Esc>:set number<CR><Insert>
imap <F12> <Esc>:set nonumber<CR><Insert>
"
" in response to,
" http://linuxtoday.com/news_story.php3?ltsn=2009-05-03-007-35-OS-HL
"
set backspace=2
set textwidth=78
set dir=~/tmp/vi
map ESC[1;3C <ESC>:tabnext<CR>
map ESC[1;3D <ESC>:tabprevious<CR>
imap ESC[1;3C <ESC>:tabnext<CR><Insert>
imap ESC[1;3D <ESC>:tabprevious<CR><Insert>
map ^N <Esc>:tabedit
imap ^N <Esc>:tabedit
map ^L <Esc>:vsplit
imap ^L <Esc>:vsplit
map ^S <Esc>:w<CR>
imap ^S <Esc>:w<CR><Insert>
map ^S^A <Esc>:wall<CR>
imap ^S^A <Esc>:wall<CR><Insert>
map ^W^Q^A <Esc>:wqa<CR>
map <Tab> <Insert><Tab><Esc>
map <F11> <Esc>:set number<CR>
map <F12> <Esc>:set nonumber<CR>
imap <F11> <Esc>:set number<CR><Insert>
imap <F12> <Esc>:set nonumber<CR><Insert>
"
" in response to,
" http://linuxtoday.com/news_story.php3?ltsn=2009-05-03-007-35-OS-HL
"