less: Remap ^E to edit current screen in vim

This commit is contained in:
2025-09-19 01:47:39 +02:00
parent cb1821ba33
commit 4f2a74e546

View File

@@ -12,6 +12,8 @@
e noaction g|$no-ansi | nvim -\n''
# edit in vim while keeping them
E noaction g|$nvim -\n''
# edit current screen in vim
^E noaction |.no-ansi | nvim -\n
# copy whole file
^Y noaction g|$xclip -selection clipboard\n''