Added quick command to format Bible quotes in Vim.

This commit is contained in:
Jonathan Bernard 2019-10-31 02:48:22 -05:00
parent b05a6738b2
commit c4121b150c

2
.vimrc
View File

@ -83,3 +83,5 @@ nmap <Leader>wo :vsplit /home/jdbernard/projects/worklog/worklog.txt<CR><C-w>L20
nmap <Leader>ws :w<CR>:silent !git add %<CR>:!git commit<CR> nmap <Leader>ws :w<CR>:silent !git add %<CR>:!git commit<CR>
nmap <Leader>b :CtrlPBuffer<CR> nmap <Leader>b :CtrlPBuffer<CR>
vmap <Leader>qb :s/\v\s+(\d+)\s+/ **\1** /g<CR>