phanium

Results 42 issues of phanium

I notice taht "fifc rules" is only intended to be used in a interative fish shell spawn by fzf (by `$SHELL -c`). So I tweak the startup process so that...

Support fzf's `--multi` in `zoxide edit` Close https://github.com/ajeetdsouza/zoxide/issues/571

```lua for _, char in ipairs({ '', '-', '_', ':', '.', '/' }) do vim.keymap.set('i', char, char .. 'u') end ``` After mappings, insert `` or `-` cannot insert a...

To show how it work, current jump functions can be implmented in a more clear way: ```lua M.backward = function() M.backward_cond(function(from_bufnr, to_bufnr) return from_bufnr ~= to_bufnr and vim.api.nvim_buf_is_valid(to_bufnr) end) end...

Remove useless args.

Problem: luv callback `vim.uv.new_timer():start(0, 0, function() error() end)` causes SIGSEGV, since `xstrdup` on NULL return by `lua_tostring`. (similar to https://github.com/neovim/neovim/commit/a5b1b83a2693ffa7a5a0a22b3693d36ea60051be) Solution: Check NULL before `xstrdup`.

lua

`[^A-Z]+` here seems to trim header section in old version flatpak (avoid one more `tail -n -2`?). But this can ignore packages have uppercase name like `org.gtk.Gtk3theme.Adwaita-dark`. ```fish $ flatpak...

completions

### Problem Fzf in nvim terminal is incorrect redraw after enable reflow (https://github.com/neovim/neovim/commit/8df6736ca14d09f87cf0a8486758ac5708819434). ![Image](https://github.com/user-attachments/assets/9745f29b-1dde-477b-a57f-9836a3c75628) Related: * https://github.com/ibhagwan/fzf-lua/issues/1929 * https://github.com/kevinhwang91/nvim-bqf/issues/123 ### Steps to reproduce `FZF_DEFAULT_OPTS_FILE= FZF_DEFAULT_OPTS= nvim -u NONE`, source the...

terminal
has:repro
display
has:bisected