From bb2043feeead80a64d9065112bb8dc8d8e17b589 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 22 Oct 2007 16:11:25 +0200 Subject: [PATCH] fix fix-spaces keybinding --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 6035a61..e9a6edf 100644 --- a/.vimrc +++ b/.vimrc @@ -1486,7 +1486,7 @@ imap ... … " replace fake tab chars with real ones map ft :%s,⇝·*, ,g:nohlsearch`` " replace fake spaces with real ones -map ft :%s,·, ,g:nohlsearch`` +map fs :%s,·, ,g:nohlsearch`` map sy :echo synIDattr(synID(line("."), col("."), 1), "name") -- 2.39.2