diff options
-rw-r--r-- | plugin/vim-options.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index 9822c4e..969150f 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -172,8 +172,8 @@ endfunction " Some very useful shortcuts for editing Ledger entries " Copy the last entry nnoremap <leader>ll G{jV}y}p10l -" Copy the current entry to the bottom -nnoremap <leader>lb {jV}yGp10l +" Copy the current entry to the bottom, copy date from last entry +nnoremap <leader>lb {jV}yGp10l{{jvEy}jvEpl " Copy the current entry to the next position nnoremap <leader>ln {jV}y}p10l " Jump down from line to replace dollar ammount |