From b74fc245fa81f0ce91ea63b08df03b38b15abae4 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Sun, 7 May 2017 10:27:34 -0600 Subject: Don't automatically delete title for ledger commands --- plugin/vim-options.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugin/vim-options.vim') diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index df7b9f2..9822c4e 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -171,11 +171,11 @@ function! RestoreSession() endfunction " Some very useful shortcuts for editing Ledger entries " Copy the last entry -nnoremap ll G{jV}y}p10lC +nnoremap ll G{jV}y}p10l " Copy the current entry to the bottom -nnoremap lb {jV}yGp10lC +nnoremap lb {jV}yGp10l " Copy the current entry to the next position -nnoremap ln {jV}y}p10lC +nnoremap ln {jV}y}p10l " Jump down from line to replace dollar ammount nnoremap ld j^f$lC " Snippets -- cgit v1.2.3