diff --git a/vim/shortcuts.vim b/vim/shortcuts.vim index d8eaec3..b40d3a5 100644 --- a/vim/shortcuts.vim +++ b/vim/shortcuts.vim @@ -87,7 +87,12 @@ map t :CtrlPTag "" Indent Guides map I :IndentGuidesToggle -"Misc stuff +" Goyo +nmap za :Goyo 80%x85% +nmap zz :Goyo + +""Misc stuff + let s:uname='' let s:uname = system('uname | tr -d "\n"') " Get platform name (stripping the trailing newline) if s:uname == "Darwin"