;ui: E key: comment

[ci skip]
This commit is contained in:
Simon Michael 2019-12-15 11:07:26 -08:00
parent 44da1e1cb7
commit 43159f4fea

View File

@ -62,6 +62,7 @@ runEditor mpos f = editFileAtPositionCommand mpos f >>= runCommand >>= waitForPr
-- How to open editors at the last line of a file:
-- @
-- emacs: emacs FILE -f end-of-buffer
-- emacsclient: can't
-- vi: vi + FILE
-- @
--