less: Remap ^Y to copying the whole file
This commit is contained in:
@@ -13,6 +13,9 @@ e noaction g|$no-ansi | nvim -\n''
|
|||||||
# edit in vim while keeping them
|
# edit in vim while keeping them
|
||||||
E noaction g|$nvim -\n''
|
E noaction g|$nvim -\n''
|
||||||
|
|
||||||
|
# copy whole file
|
||||||
|
^Y noaction g|$xclip -selection clipboard\n''
|
||||||
|
|
||||||
#env
|
#env
|
||||||
# NOTE: Lines need a trailing space when concatenating
|
# NOTE: Lines need a trailing space when concatenating
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user