tags:

views:

25

answers:

1

how can i change different color schema in vi

A: 

As far as I know, plain ol' vi doesn't provide different colorschemes. If you are using vim however, you can type :colorscheme <newcolorscheme>. You can use tab to cycle through the installed colorschemes.

See http://vim.wikia.com/wiki/Switch_color_schemes for more information

WakiMiko