diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-05-07 10:27:34 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-05-07 10:27:34 -0600 |
commit | b74fc245fa81f0ce91ea63b08df03b38b15abae4 (patch) | |
tree | 63bd12286580a3e83592f35f03cb90c18105149b /plugin/vim-options.vim | |
parent | b85082e3b31dc5306c6ee5b8d3ece19773c8a171 (diff) |
Don't automatically delete title for ledger commands
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 |