From c8d3d8bc0e7ff7576c93f4171dde2f3a9b0e61b9 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Mon, 21 Aug 2023 12:14:42 +0200 Subject: [PATCH] vim: use non-buggy keybind for :noh --- files/vim/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/vim/.vimrc b/files/vim/.vimrc index 7d643ed..349f5f5 100644 --- a/files/vim/.vimrc +++ b/files/vim/.vimrc @@ -161,7 +161,7 @@ map :messages map :Commentary " clear search highlighting faster -map :noh +map :noh " Codi cabbrev py CodiNew python