diff options
Diffstat (limited to 'plugin/vim-options.vim')
-rw-r--r-- | plugin/vim-options.vim | 6 |
1 files changed, 3 insertions, 3 deletions
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 <leader>ll G{jV}y}p10lC +nnoremap <leader>ll G{jV}y}p10l " Copy the current entry to the bottom -nnoremap <leader>lb {jV}yGp10lC +nnoremap <leader>lb {jV}yGp10l " Copy the current entry to the next position -nnoremap <leader>ln {jV}y}p10lC +nnoremap <leader>ln {jV}y}p10l " Jump down from line to replace dollar ammount nnoremap <leader>ld j^f$lC " Snippets |