]> git.rmz.io Git - dotfiles.git/commitdiff
vim: add ansiesc plugin
authorSamir Benmendil <me@rmz.io>
Thu, 13 Apr 2023 15:53:35 +0000 (16:53 +0100)
committerSamir Benmendil <me@rmz.io>
Sun, 17 Dec 2023 17:23:07 +0000 (17:23 +0000)
vim/vimrc

index 5afe1ac6ffa1142147d03875764d11e294121051..df8e279a5d21c24ab860f65ef27f80b9a4eaf7e0 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -185,7 +185,12 @@ let g:peekaboo_delay = 500
 
 Plug 'vim-scripts/syntaxrange'
 
-let g:org_agenda_files = ['~/org/*.org']
+let g:org_agenda_files = ['~/org/**.org']
+
+Plug 'vim-scripts/ansiesc.vim' "{{{2
+nmap corwp <Plug>RestoreWinPosn
+nmap coswp <Plug>SaveWinPosn
+"}}}
 
 Plug 'neovimhaskell/haskell-vim'  " {{{2
 let g:haskell_enable_quantification = 1   " to enable highlighting of `forall`