From 9da3aa14ed6658d08df67bffdeb4b296119cf3ff Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Mon, 17 Feb 2025 22:52:38 -0700 Subject: [PATCH] Removed word-count hack from vim, added command tip --- .vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 32e394a..74ee26d 100644 --- a/.vimrc +++ b/.vimrc @@ -33,7 +33,6 @@ set shell=bash\ -l " Shortcuts command! Proximate :e ~/Cloud/Notes/Proximate.md -command! WC :w !wc " Create panda command for pandout command! -nargs=1 Panda execute ':w' | execute ':!~/.scripts/panda.sh % ' @@ -45,3 +44,6 @@ Plug 'junegunn/goyo.vim' "Plug 'vim-pandoc/vim-pandoc' "Plug 'vim-pandoc/vim-pandoc-syntax' call plug#end() + +" Tips! +" Word count > :w !wc -w [also works on selection]