vimrc
This commit is contained in:
parent
55963af2d9
commit
f554bfa9f7
1 changed files with 10 additions and 0 deletions
10
.vimrc
10
.vimrc
|
@ -13,3 +13,13 @@ command Tmome :r ~/Documents/templates/english.mom
|
|||
:command Grofft !p="%"; refer -PS -e -p ~/Documents/bib ${p::-4}.mom | groff -mom -T ascii > ${p::-4}.txt
|
||||
:command Man !p="%"; groff -man -T ascii ${p::-4}.man > ${p::-4}.txt
|
||||
|
||||
|
||||
" nice line numbers
|
||||
set number
|
||||
set relativenumber
|
||||
|
||||
" syntax hilighting
|
||||
syntax on
|
||||
color pablo
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue