diff vim/vimrc @ 483:1a54ffbc3b15

Remove goyo stuff, add quicklist toggle.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 24 Sep 2020 23:07:10 -0700
parents e79244688396
children 759ccf5befb2
line wrap: on
line diff
--- a/vim/vimrc	Sat Feb 15 22:23:16 2020 -0800
+++ b/vim/vimrc	Thu Sep 24 23:07:10 2020 -0700
@@ -698,11 +698,6 @@
 nnoremap n nzvzz
 nnoremap N Nzvzz
 
-" Writing mode.
-autocmd! User GoyoEnter nested call ludo#on_goyo_enter()
-autocmd! User GoyoLeave nested call ludo#on_goyo_leave()
-nmap <leader>p :call ludo#writingmode()<CR>
-
 " YCM mappings.
 if s:HasPlugin('youcompleteme')
     augroup VimRC_YouCompleteMe