vifm: Change vifm filename yanking mapping to yt
This commit is contained in:
parent
6a86deef87
commit
dcea74008b
2 changed files with 2 additions and 1 deletions
|
@ -176,3 +176,4 @@ neoliberalism's
|
||||||
ascriptions
|
ascriptions
|
||||||
exploitations
|
exploitations
|
||||||
tradeable
|
tradeable
|
||||||
|
reproducability
|
||||||
|
|
|
@ -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>
|
nnoremap yf :!echo -n %c:p | xclip -selection "clipboard" %i<cr>
|
||||||
|
|
||||||
" yank current filename without path into the clipboard
|
" 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
|
" yank root of current file's name into the clipboard
|
||||||
nnoremap yr :!echo -n %c:r | xclip -selection "clipboard" %i<cr>
|
nnoremap yr :!echo -n %c:r | xclip -selection "clipboard" %i<cr>
|
||||||
|
|
Loading…
Reference in a new issue