Jonathan Moore

Results 17 issues of Jonathan Moore

When PSFzf is used with a powerline (e.g. oh-my-posh), the special characters are replaced with question marks after fzf runs. ![image](https://user-images.githubusercontent.com/1783464/109249464-5c81f380-77ad-11eb-8872-1502529ef0ef.png) Reproduction steps: 1. Install oh-my-posh and choose a theme...

**Is your feature request related to a problem? Please describe.** Preact support could help reduce an app's total bundle size and might be less bolted-down than create-react-app. **Describe the solution...

new feature 🆕

One feature of [zsh-autocomplete](https://github.com/marlonrichert/zsh-autocomplete) we might consider adding an option for is always-active completions, i.e. you don't need to press tab to open the completion menu. One use case of...

enhancement
A-Completions

From JT [on discord](https://discord.com/channels/601130461678272522/958067223187062834/958067422542327908): > git checkout can checkout files, not just branches, so we should allow that too Hence it might be useful for commands to be able to...

enhancement
A-Completions

A feature from [zsh-autocomplete](https://github.com/marlonrichert/zsh-autocomplete). ![swapfile1](https://user-images.githubusercontent.com/1783464/160010873-576ad42e-e74a-4526-8f73-9d111d34a95b.gif) This is quite useful when it's tricky to remember the order of the arguments. For instance the argument order of `git merge` and `git rebase`...

enhancement
A-Completions

A nice feature that zsh's powerlevel10k supports is connecting the left and right prompt with a solid or dotted line: ![image](https://user-images.githubusercontent.com/1783464/158257360-d9578973-f602-459d-a953-baa30e39e615.png) In action: ![image](https://user-images.githubusercontent.com/1783464/158258184-ff17ac8f-5c7e-4026-8db7-2459f9ba7ce8.png) In addition it might be nice...

enhancement
A-Prompt

Possible alternative to #195 Powerline prompts can be nice, but they can also fill the scrollback history with a lot of visual noise. Some readline implementations support transient prompts, in...

enhancement
good first issue
A-Prompt

Hi. This is more of a question. I wasn't quite able to tell from the docs; is it possible to do something like the following: ```tsx const Text = styled("span")`...

### Related problem It may be helpful to split up the default config.nu into multiple files, such as: * prompt.nu * completions/git.nu * theme.nu This could have the following advantages:...

good first issue
documentation
polish

It would be nice to have a command that first metaJumps to a position, then calls the "go to definition" command at that location. I would normally create a multiCommand...