Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 783 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 783 Bytes

dotfiles

My personal dotfiles and scripts

Images

Vim configuration

Useful tips

  1. Inside vimrc, there is a function Skel() which controls the working of templates only in certain directories. For e.g., in my case, I wanted to read a template code for competitive programming whenever I opened a new buffer in vim. And this should work only in certain directories which I have coded in augroup templates.

  2. Compile_Open_MD() function compiles the markdown file using pandoc with certain settings (which can be changed in vimrc). It then opens up the pdf and repaints the markdown file too.

  3. On GitHub, you will not see the unicode characters used in Airline conf. What you should do is to read those characters from Airline's docs.