Benoit de Chezelles
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]...
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...
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`  :point_right: The given file to commit is colored with 'correct-subtle'....
### 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...