Last active
April 18, 2017 21:54
-
-
Save mkocikowski/3e8ce171dcab12ad173f to your computer and use it in GitHub Desktop.
.vimrc
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
| syntax on | |
| filetype indent plugin on | |
| map <C-\> {gq} | |
| " always display status line | |
| set laststatus=2 | |
| " auto change dir to current file | |
| set autochdir | |
| " display file name, line, column | |
| set statusline+=%F\ %l\:%c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment