From 896fde616abb954346091fd770915c296000d584 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Mon, 13 Apr 2026 23:18:43 -0600 Subject: [PATCH] Improved .vimrc :W command --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 3d894fd..31fcf7d 100644 --- a/.vimrc +++ b/.vimrc @@ -38,7 +38,8 @@ set shell=bash\ -l " Shortcuts command! Proximate :e ~/Cloud/Notes/Proximate.md -command! W :w|b#|bd# +command! W w | bp | bw # +command! Q :wa|qa command! -range Comment call CommentWrap(, ) function! CommentWrap(start, end)