less: Remap ^E to edit current screen in vim
This commit is contained in:
@@ -12,6 +12,8 @@
|
|||||||
e noaction g|$no-ansi | nvim -\n''
|
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''
|
||||||
|
# edit current screen in vim
|
||||||
|
^E noaction |.no-ansi | nvim -\n
|
||||||
|
|
||||||
# copy whole file
|
# copy whole file
|
||||||
^Y noaction g|$xclip -selection clipboard\n''
|
^Y noaction g|$xclip -selection clipboard\n''
|
||||||
|
|||||||
Reference in New Issue
Block a user