-
Is it possible to have custom keybinds, or rebind the current keybinds?
For example, I would like to rebind `Enter` to paste onto the commandline for editing (instead of `Right`), and `Esc` to abor…
-
**Describe the bug**
Instead of using shortcut `c` to commit changes I use `Shift+;` shortcut for "Custom command" to add additional options to `git commit` command and to get external text editor (e…
-
First of all, thanks the great project. It makes UI creation easy and intuitive.
I have the following issue: if I paste a longer line than the view's width, it breaks the line as the image shows: !…
-
Parse() fails process `Alt+` and `Shift+` combinations. See the code below.
```go
package main
import (
"github.com/awesome-gocui/gocui"
"github.com/kr/pretty"
)
func main() {
pretty.Pr…
-
Anyone else had this issue? My keybinding for gocui.KeyCtrlTilde doesn't seem to be running
```
if err := g.SetKeybinding("", gocui.KeyCtrlTilde, gocui.ModNone, ui.plan_move_week_quick_enter(rc,…
-
Hello,
I would like to say that this tool is very useful, thanks a lot !
This error **can be reproduced in a image containing lots of layers** (15 layers in my case).
In the layer section, **reach …
-
**Describe the bug**
So i've been trying to produce italic font for quite some time, and trying to debug why it wouldn't display on my gocui application, but it seems to be a general problem with goc…
-
**Describe the bug**
Clic on donate crashes lazydocker on Debian 10 server (probably when xdg-open is not installed)
`errors.errorString sh: 1: xdg-open: not found`
**To Reproduce**
1. Launch …
-
If this is not the proper place for this question, my apologies (and sorry for the length of this post).
I am working on a shell UI that is legacy code (that I didn't author). It has been working f…
-