From 0be2a0c126dffe1dbe520aa639d58f61bcba0e56 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 8 Jul 2020 16:56:32 +0300 Subject: [PATCH] .vim/plugin: add `whichwrap.vim` to restore the setting under GNU `screen` --- .vim/plugin/whichwrap.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 .vim/plugin/whichwrap.vim 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 -- 2.39.2