# Switch to Presentation Mode

> 

Published: 2012-03-14
URL: http://cdn.kaochenlong.com/switch-to-presentation-mode

---

I think I&#39;m a show-off person, and usually do presentations to my friends. In this [post](/2011/03/28/learn-presentation-skills-from-masters/) I mentioned it&#39;s cool to make slide with dark theme or something, but sometimes it won&#39;t be clear enough while putting on projector, and I have to change various settings everytime, that looks not cool and not professional at all.

Thanks for [Mike Skalnik](https://github.com/skalnik), I stole this idea from his Vim config :)

I recorded this video to demonstrate how it looks like. (You might need to change the video to higher resolution if you wanna know what I typed.)

&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/WqyF4tET7-s?si=s2ZebJKdjDRtc9yC&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; allowfullscreen&gt;&lt;/iframe&gt;

Just press `&lt;leader&gt;z`, I can toggle between working mode and presentation mode in a second.

It&#39;s actually not a very big deal, you can check the [source code](https://github.com/kaochenlong/eddie-vim/blob/master/plugin/settings/PresentationMode.vim) to see how to do it. Althought it only works on GUI version Vim (cause I don&#39;t know how to modify font size in terminal version Vim programmatically), but still quite convenient for myself.

I&#39;m really SHOW-OFF, huh? :)


