Skip to content

Add an editor preset for kakoune (kakoune.org).#2577

Merged
jesseduffield merged 1 commit intojesseduffield:masterfrom
jbrains:add-editor-preset-for-kakoune
Apr 29, 2023
Merged

Add an editor preset for kakoune (kakoune.org).#2577
jesseduffield merged 1 commit intojesseduffield:masterfrom
jbrains:add-editor-preset-for-kakoune

Conversation

@jbrains
Copy link
Contributor

@jbrains jbrains commented Apr 27, 2023

Add an editor preset for kakoune, so that users can easily configure lazygit to edit files with kakoune.

@github-actions
Copy link
Contributor

github-actions bot commented Apr 27, 2023

Uffizzi Preview deployment-23571 was deleted.

Copy link
Collaborator

@stefanhaller stefanhaller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution! A few questions below.

@jbrains jbrains force-pushed the add-editor-preset-for-kakoune branch from bd0b43f to 6c010a7 Compare April 27, 2023 16:42
@jbrains
Copy link
Contributor Author

jbrains commented Apr 27, 2023

Done? :)

@stefanhaller
Copy link
Collaborator

Done? :)

Yes, thanks again. Looks good to me now.

I'm not a maintainer here, so I can't merge this, but I'd be surprised if Jesse has anything to complain about.

@jbrains
Copy link
Contributor Author

jbrains commented Apr 27, 2023

I trust your judgment and I appreciate you for the help.

@jesseduffield jesseduffield merged commit 2553015 into jesseduffield:master Apr 29, 2023
@jesseduffield
Copy link
Owner

Thanks for making this @jbrains !

"nvim": standardTerminalEditorPreset("nvim"),
"emacs": standardTerminalEditorPreset("emacs"),
"nano": standardTerminalEditorPreset("nano"),
"kakoune": standardTerminalEditorPreset("kakoune"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there is an issue with this line. The command for kakoune is kak not kakoune. So it should say:

"kakoune": standardTerminalEditorPreset("kak"),

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, you are right, sorry for missing this. Do you feel like making a trivial PR for this?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I can do that

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Successfully merging this pull request may close these issues.

4 participants