From 8c54906b2330804747f4f84353ad89904fbcd6a8 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sun, 28 May 2017 10:55:15 -0500 Subject: [PATCH] [vim] update trailing whitespace hotkey Used to be 2, not it is 1. There can be only 1. --- vim/vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index af81cd8..4fdd63b 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -140,8 +140,7 @@ nnoremap F :set list nnoremap c :w:!wc % nnoremap v :so ~/.vim/vimrc -nnoremap ss / $ -"nnoremap tt /\t$ +nnoremap ss /\s$ nnoremap n :call ToggleLineNumbers()