less: Remap ^Y to copying the whole file

This commit is contained in:
2025-09-19 01:44:23 +02:00
parent 5128d15251
commit cb1821ba33

View File

@@ -13,6 +13,9 @@ e noaction g|$no-ansi | nvim -\n''
# edit in vim while keeping them
E noaction g|$nvim -\n''
# copy whole file
^Y noaction g|$xclip -selection clipboard\n''
#env
# NOTE: Lines need a trailing space when concatenating