Removed word-count hack from vim, added command tip

This commit is contained in:
Nathan Schneider
2025-02-17 22:52:38 -07:00
parent 564484bccb
commit 9da3aa14ed
+3 -1
View File
@@ -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 % <args>'
@@ -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]