'vim'에 해당되는 글 2건

  1. 2007.08.05 how to set editor in sqlplus
  2. 2007.07.13 vim syntax color

add following line into $ORACLE_HOME/sqlplus/admin/glogin.sql or login.sql in current directory

define_editor=vi

Posted by 알모리
,

vim syntax color

Linux 2007. 7. 13. 15:32

http://www.cs.cmu.edu/~maverick/VimColorSchemeTest/index-c.html


/usr/share/vim/vim70/colors>ls -al
-rw-r--r--  1 root root 2994 Jul 13 15:24 af.vim

/usr/share/vim/vim70/colors>cat ~hcliff/.vimrc
:colorscheme af
:set ts=4
:set sw=4
:set ai

Posted by 알모리
,