nvim: Copy current filename
This commit is contained in:
parent
62fae84e9c
commit
d93f2a7091
1 changed files with 3 additions and 0 deletions
|
|
@ -282,3 +282,6 @@ autocmd FileType text setlocal spell
|
|||
autocmd BufNewFile,BufRead *.arb set filetype=ruby
|
||||
|
||||
autocmd FileType ledger nmap <silent> <leader>' :call ledger#transaction_state_toggle(line('.'), ' !*')<CR>
|
||||
|
||||
nmap ;cc :let @+=expand("%")<CR>
|
||||
nmap ;cp :let @+=expand("%:p")<CR>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue