No description
Find a file
2026-02-24 11:25:15 +11:00
lua fix: bug with recent terminal and use 1 as default id 2026-02-24 11:25:15 +11:00
plugin fix: bug with recent terminal and use 1 as default id 2026-02-24 11:25:15 +11:00
.stylua.toml initial commit 2026-02-18 13:45:53 +11:00
LICENSE-APACHE Add Apache & MIT licences 2026-02-18 13:45:53 +11:00
LICENSE-MIT Add Apache & MIT licences 2026-02-18 13:45:53 +11:00
README.md Add Apache & MIT licences 2026-02-18 13:45:53 +11:00

terminal.lua

See more in a blog post.

Adds several niceties to the neovim's :terminal:

  • double escape to exit insert mode
  • automatically enter insert mode
  • ctrl j/k/l/h mappings to navigate
  • toggle terminals via keybinds

Free Software

All code in this repository is Free Software dual-licensed under either:

MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)

at your option.

The Software is provided “as is”, without warranty of any kind. In no event shall the authors or copyright holders be liable for any claim, damages or other liability in connection with the Software.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.