vifm: Change vifm filename yanking mapping to yt

This commit is contained in:
Marty Oehme 2021-11-23 09:51:44 +01:00
parent 6a86deef87
commit dcea74008b
Signed by: Marty
GPG key ID: B7538B8F50A1C800
2 changed files with 2 additions and 1 deletions

View file

@ -176,3 +176,4 @@ neoliberalism's
ascriptions
exploitations
tradeable
reproducability

View file

@ -231,7 +231,7 @@ nnoremap yd :!echo -n %d | xclip -selection "clipboard" %i<cr>
nnoremap yf :!echo -n %c:p | xclip -selection "clipboard" %i<cr>
" yank current filename without path into the clipboard
nnoremap yn :!echo -n %c | xclip -selection "clipboard" %i<cr>
nnoremap yt :!echo -n %c | xclip -selection "clipboard" %i<cr>
" yank root of current file's name into the clipboard
nnoremap yr :!echo -n %c:r | xclip -selection "clipboard" %i<cr>