From: Oleg Broytman Date: Wed, 8 Jul 2020 13:56:32 +0000 (+0300) Subject: .vim/plugin: add `whichwrap.vim` to restore the setting under GNU `screen` X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=0be2a0c126dffe1dbe520aa639d58f61bcba0e56 .vim/plugin: add `whichwrap.vim` to restore the setting under GNU `screen` --- diff --git a/.vim/plugin/whichwrap.vim b/.vim/plugin/whichwrap.vim new file mode 100644 index 0000000..66db39a --- /dev/null +++ b/.vim/plugin/whichwrap.vim @@ -0,0 +1 @@ +set whichwrap=b,s,h,l,<,>,[,],~ " Reset it back under GNU screen