Sublime Forum

Bash "edit-and-execute-command "

#1

Under a linux console, I notice that the “edit-and-execute-command” (C-x, C-e) does not work with sublime text 3.

I’ve set EDITOR=subl, but when I try to edit a command line from bash, sublime-text opens an empty window.

Do I miss something :question:

0 Likes

#2

My fault, :mrgreen: I have to use the -w parameter
eg.
SET EDITOR=‘subl -w’

0 Likes