Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emacs.C-j should behave the same as Enter/Ret #79

Open
weidonglian opened this issue May 1, 2020 · 0 comments
Open

emacs.C-j should behave the same as Enter/Ret #79

weidonglian opened this issue May 1, 2020 · 0 comments

Comments

@weidonglian
Copy link

The implementation:

breakLine() {
		vscode.commands.executeCommand("lineBreakInsert");
		vscode.commands.executeCommand("emacs.cursorHome");
		vscode.commands.executeCommand("emacs.cursorDown");
	}

should add in the end one more

vscode.commands.executeCommand("emacs.cursorEnd");

Otherwise, it is not indented correctly, you have to Ctrl+E again after each C-j.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant