From 1f1bea31ca993f898ef44dc2ba265c9f5dcd68cc Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sun, 13 Mar 2022 20:38:04 +0100 Subject: [PATCH] Fix the P workaround on: vim-enhanced-8.2.4529-1.fc35.x86_64 --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 0876417..4d92b55 100644 --- a/.vimrc +++ b/.vimrc @@ -92,7 +92,7 @@ noremap N :tnzz noremap P :tpzz "P would auto-type random data after starting it on recent distros or Termux. "read(0, "\33P1$r0 q\33\\\33[?12;4$y", 4096) = 19 -noremap P$r0q +noremap P1$r0q " Termux types noremap! [23~ noremap M :cnzz -- 1.8.3.1