Steven Hum

Results 11 issues of Steven Hum

Selecting an alternate font to Avenir in "Custom header/footer captions" (nickel.yaml) is not applied to "Custom header/footer page number text" (libnickel.so.1.0.0.yaml). Unfortunately, there is no option to define the font-family...

Dist: Voidlinux Vim 8.1, Included patches: 1-2402 Setting g:pencil#textwidth followed by autocmd for pencil#init() does not apply the expected textwidth. (Using Hardpencil). Workaround done is autocmd FileType call pencil#init() |...

bug

On the *initial* invocation of MundoToggle for a buffer, the tree graph cursor position always appears to be row 1 regardless of where the "@" marker is. Is this the...

enhancement

As per Florian's suggestion, am posting this request submitted to the mailing list: One feature I find convenient (coming from bspwm) is the ability to rotate a grid, much like...

Does the "... &" statement only work with simple commands and not functions? For example, if I have defined ``` function q; echo $argv; sleep 10s; echo $argv; end ```...

enhancement

### Version of Kakoune v2023.08.05 ### Reproducer Execute :comment-line on selected lines ### Outcome comment-line on occasion with shell scripts (whose filetype is set via modeline-prompt) will complain: "the 'commert_line'...

bug

### Version of Kakoune v2023.08.05 ### Reproducer Nothing complicated.. ``` hook global WinCreate .* %{ normal-mode-colorscheme hook window ModeChange (push|pop):.*:insert insert-mode-colorscheme hook window ModeChange (push|pop):insert:.* normal-mode-colorscheme hook window InsertIdle .*...

bug

* KOReader version: 2023.10 * Device: Kobo Libra 2 #### Issue cr3.ini has entry for font face. Changing it from the Noto Sans default does alter the typeface of the...

CREngine

I have in my kakrc file `hook global BufOpenFile .* %{ modeline-parse }` "Some" shell scripts I have with `# kak: filetype=sh` do not have their filetype set. Manually running...

Cursor positions properly to "${1:...}" of body but tab positions to end of snippet body instead of the next "${2:...}" input field.