From 215af6916738fffc1d88d237b91d2f5746deb07f Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 28 Oct 2024 16:21:05 +0100 Subject: nvim: Fix c bindings --- .config/nvim/after/ftplugin/nroff.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/nvim/after/ftplugin/nroff.vim b/.config/nvim/after/ftplugin/nroff.vim index 62eca08..2f4c7c7 100644 --- a/.config/nvim/after/ftplugin/nroff.vim +++ b/.config/nvim/after/ftplugin/nroff.vim @@ -1,4 +1,4 @@ setlocal textwidth=73 -nnoremap c :w !wc -w -xnoremap c :'<,'>w !deroff \| wc -w +nnoremap c :w !deroff \| wc -w +xnoremap c :w !deroff \| wc -w -- cgit v1.2.3