kiryph

Results 71 issues of kiryph

As a user it would be nice to have more suggestions in README.md how to extend other builtin motions and support third party motions. Following list tries to be comprehensive...

Consider this MWE `todonotes-2019.tex`: ``` \documentclass[ % parskip=half, % 1em; overfull \hbox \hbox (10.45003pt) % parskip=half*, % .25\linewidth; Overfull \hbox (104.06389pt too wide) parskip=half+, % 0.33333\linewidth; Overfull \hbox (138.90363pt too...

From a typographical point of view, a line length should no longer be than 75 characters (e.g. R. Bringhurst, The Elements of Typographic Style). Maybe more importantly many coding guidelines...

When I open a larger tex file in **VimR (version 4.46.0)**, I get following error: ``` E1502: Lua failed to grow stack to 4001 E1502: Lua failed to grow stack...

1. Open a PDF file 2. Rename opened PDF file in Finder 3. Open 2nd PDF file I have following setting in my `prefs_user.config` in `~/Library/Application Support/sioyek`: ``` should_launch_new_window 1...

There are several situations, where you want to generate a final LaTeX file with the expanded results - colleague without Mathematica license - submission to a journal - post-processing -...

The suggested snippet by G. Castel ```lua s({ trig = "([%a])_(%d%d)", name = "auto subscript 2", }, { f(function(_, snip) return string.format("%s_{%s}", snip.captures[1], snip.captures[2]) end, {}), i(0), }), ``` does...

enhancement

os: macOS 10.14.2 (dark mode) meld: 3.19.2.osx6 (https://github.com/yousseb/meld/releases/tag/osx-15) When I have clicked "Show Tab Bar", I cannot click directly on a button of the gui window but have to shift...

I followed the advice from https://github.com/MtDalPizzol/laravel-viltify#troubleshooting for node v17.8.0 ``` ❯ node --version v17.8.0 ~/Webprojects/local/php/laravel/l9-viltify/resources master* ❯ jq ".scripts" package.json { "serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve", "build": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build", "lint":...

Compare https://github.com/tpope/vim-commentary/blob/master/doc/commentary.txt More or less a copy of `README.md` to `doc/gtfo.txt`, however, adding vim tags.

enhancement