John Even Bjørnevik

Results 2 issues of John Even Bjørnevik

Nvim version: NVIM v0.8.0-dev-1132-g37a71d1f2 init.lua ```lua require("leap").set_default_keymaps() ``` Use `nvim -u init.lua` to load minimal config Do a movement like `dz12` or `cz12` and try to dot-repeat it. Looks like...

The `cancelButtonIndex` doesn't seem to be compatible with iOS 26. using the `onPress` from the getting started in the read me ```jsx const onPress = () => { const options...