Darren Schroeder
Darren Schroeder
I'm guessing that fish shell probably doesn't use crossterm to determine what keys are being pressed. I think that's the root of the issue.
I think this has to do with scoping and how the config may not be loaded with each `table` command. I don't think it's related to tabled.
There is [this](https://github.com/nushell/vscode-nushell-lang) and the [marketplace](https://marketplace.visualstudio.com/items?itemName=TheNuProjectContributors.vscode-nushell-lang) for the nushell extension. And friend of nushell @LhKipp has published [this](https://github.com/LhKipp/nvim-nu). I agree though, it would be nice to see support in our...
no news. everyone is focused on engine-q at the moment.
We will probably accept PRs for other editors. The language will continue to evolve but there's no reason not to have syntax highlighting in your favorite editor. That's why I...
mabye these keybindings are common knowledge to most people but for me, it would be good to have a description of what you're requesting other than just having keybindings by...
> u don't use vim? never. > ... how to switch between ... Have you tried adding multiple `edit` events like the documentation shows? https://www.nushell.sh/book/line_editor.html#keybindings. Maybe adding an `insertchar` or...
@sholderbach also understands the vi configuation too. He may be able to help also.
keyboard chords are not currently supported in reedline, although we'd love to support them.
do you have `shell_integration: true` set in your config.nu?