From: martin f. krafft Date: Mon, 22 Oct 2007 14:11:25 +0000 (+0200) Subject: fix fix-spaces keybinding X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/bb2043feeead80a64d9065112bb8dc8d8e17b589?ds=sidebyside fix fix-spaces keybinding --- 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")