Kabouik
Kabouik
> I believe special syntaxes are used interactively mostly for the following operations: > > * "starts with" > * "does not contain" > > Anything else? > > Regexps...
> > I was confident this would be doable with :input in the command but an example would be great! > > Something along these lines (untested): > > ```lisp...
> > I can see how an interactive interface with consecutive prompt inputs would help learning, but I assume most Nyxt user would rather just use operators to directly type...
That fixed the warning but `switch-buffer-GIT` still isn't listed in the prompt, and if I try assigning a binding to it in my `override-map`, I get: ``` [11:33:42] Warning: Error...
I pushed the whole config [here](https://git.teknik.io/matf/nyxt) (the command is defined in `init.lisp` to get as much info in terminal as possible, the keybinding is set in `base/keybindings.lisp`). And below is...
Then I might have other issues because I get warnings with `(define-command switch-buffer-suffix …)` unless I add `(in-package :nyxt)` in `init.lisp`. I initially didn't have it in my configuration. I'm...
Awesome, thanks @efimerspan and @aartaka for figuring out what was the issue. I don't know why I did not even think of trying Emacs mode instead of Vi mode. I...
Nice, thank you. I'm sorry I couldn't test this because the system into which I use Nyxt with touch is not accessible currently (I'm refactoring the whole app that allows...
I can confirm that 4 also happens on single `history-backwards`, I experience it all the time with just one `H` in vi bindings. But I don't doubt multiple `H` can...
Thanks @r2binx, just started using your theme on Solus Budgie.