Toni Müller
Toni Müller
Hi, please re-add the on/off commands, previously it was `on_off_commands = true` inside of the config table.
### Describe the Bug When using the asdf tmux install and start in TMUX the actual tmux binary is added to the path. This means, that running `which tmux` does...
**Input data** ```sql select name, -- student name age -- student age from students -- ending comment /* another ending comment */ ``` **Expected Output** ```sql select name, -- student...
Hi, first of all, i am super happy about this project! I already reviewed the code and I like it a lot. (Already added a small feature, but you will...
This is first draft to solve #366 . It does not work yet, mainly because I had some troubles with the `QuoteTypes`. ## Review Please review, have a look at...
## Problem: When I edit text, I do it in a `sequence` of multiple `actions`, that I execute rapidly after each other. For example, I delete a word (`daw`), change...
**Input data** Which SQL and options did you provide as input? ```sql select foo['bar']['baz']['boz'] ``` **Expected Output** ```sql select foo['bar']['baz']['boz'] ``` **Actual Output** ```sql select foo['bar'] ['baz'] ['boz'] ``` **Usage**...
**Description** I have a `on-exit` hook, that syncs the tasks to my taskserver, after each `edit`, `create` and `delete`. This however makes using `taskwarrior-tui` incredibly slow, because it waits for...
I'd love to see an replacement for `Ctrl-Space`, since it only works in insert mode. Maybe `t` would be a good mnemonic for it. If the status is not there...
It would be great to have a screenshot in the readme, that makes the whole thing way more attractive to people ;-)