pindexis / marker

The terminal command palette
MIT License
2.02k stars 106 forks source link

question: how to bind Ctrl-j to select a match #57

Closed QiangF closed 5 years ago

QiangF commented 5 years ago

My terminal has an issue with sending Return (https://github.com/akermu/emacs-libvterm/issues/40).

x4base commented 5 years ago

See https://github.com/pindexis/marker/issues/55#issuecomment-454718267, just change \C-f to \C-j

QiangF commented 5 years ago

Thank you!