| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-19 | insert-layout: Add commands to turn insert layout on and off | Teddy Wing | |
| Add two new commands, `InsertLayout` and `InsertLayoutOff`, which allow us to activate a different keyboard layout for insert mode and restore the previous layout when leaving insert wode. Works reasonably well, but needs a bit of cleaning up now. | |||
| 2023-03-19 | Add 'insert-layout' plugin idea | Teddy Wing | |
| This uses `xkbswitch` to change keyboard layouts on insert enter and leave. For now it's only a proof of concept. The plan is to make an `:InsertLayout` command that takes an argument defining the keyboard layout to use in insert mode. When returning to normal mode, it should switch back to the previous layout. This uses https://github.com/myshov/xkbswitch-macosx/. | |||
