This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " put in ~/.vimrc | |
| " {{{ general config | |
| set nocompatible " vim Improved | |
| set t_Co=256 " 256 colors | |
| set ruler " show line and column in status bar | |
| set showcmd " show the current command you're typing | |
| " }}} | |
| " {{{ look and feel |