You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no action called "joinLines". If your bindings.json looks like that you should get an error
Error in bindings: action joinLines does not exist
when you start micro, that's assuming your bindings.json is located in the correct place which is ~/.config/micro/bindings.json by default. The comment plugin needs to be enabled (set comment on) for the "lua:comment.comment" keybinding to work.
You can use raw to open a buffer where you can see all the key events that micro gets. Sometimes another program (like the terminal emulator or desktop environment) may be capturing the key events before they get to micro, in which case they obviously won't work.
Neither of Ctrl/, CtrlJ, Alt+j, Alt+/ do anything., with or without the "lua:" prefix.
Version: 2.0.13
OS: Linux B8-97-5A-F9-E4-87 6.6.15-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.15-2 (2024-02-04) x86_64 GNU/Linux
Terminal: fish, version 3.7.1
The text was updated successfully, but these errors were encountered: