Benoit de Chezelles

Results 154 issues of Benoit de Chezelles

### Describe the bug In zsh I'm used to have a number of keybindings that run commands so I don't need to type them as they are so common, especially...

First PR for nushell/reedline \o/ Revert/Rewrites nushell/nushell#758 Fixes nushell/nushell#755 (correctly this time 😬) Where did the newline actually come from in that issue? The _phantom_ newline that OP reported was...

**Platform** Linux (NixOS) **Terminal software** Wezterm Using nushell 0.91.0 ## Steps to reproduce 1. In your nushell config, setup a keybind with: ```nu { name: move_to_end_word mode: [emacs vi_insert vi_normal]...

bug
A-ViKeybinding

Hello o/ When using the vi mode, when the completion menu is open, there is no way to cancel/hide the menu while staying in insert mode (pressing escape will hide...

enhancement

Hello, I'd like to make a snippet with an insert node that defaults to `env.LS_SELECT_RAW` when luasnip has a selection 'in store', or something else if not. Grepping the docs...

(this bug might be linked to #1019 (also with `cmp`)) With the following snippet: ```lua snip("rbad", {desc = "bad local require"}, { t"(manually) local ", i(1), t' = require"', i(2),...

I'm not sure which plugin is doing this behavior exactly Using the following snippet: ```lua snip("do", {desc = "do ... end"}, U.myfmt { [[ do end ]], { body =...

I'm making my first dynamic node, trying to replicate [the example in the docs](https://github.com/L3MON4D3/LuaSnip/blob/master/DOC.md#dynamicnode). Here is my snippet: ```lua snip("lr", {desc = "local require"}, U.myfmt { [[local = require""]], {...

### Environment OSTYPE=linux-gnu CPUTYPE=x86_64 / MACHINE_TYPE=x86_64 ZSH_VERSION=5.9 ### Expected behavior (with default theme) With the prompt `git commit some/file.lua` ![Screenshot_20230919_093136](https://github.com/z-shell/F-Sy-H/assets/9730330/f3e6b8b6-60b6-44e4-8d6b-ba3f530d1216) :point_right: The given file to commit is colored with 'correct-subtle'....

bug 🐞
triage 📑

### Environment OSTYPE=linux-gnu CPUTYPE=x86_64 / MACHINE_TYPE=x86_64 ZSH_VERSION=5.9 ### Expected behavior With this global alias: `alias -g NOOUT=">/dev/null"` When I use it in a simple command like `echo foo NOOUT` it...

bug 🐞
triage 📑