Koichi Murase

Results 1368 comments of Koichi Murase

> I noticed this happens with the '.' key a lot, which makes it catch the first hidden file name in the current working directory. > > I think that's...

> > I entered this command to search for installed packages on my system: `zypper se -i KF6` But then I remembered I needed to see versions, which requires `-s`,...

> I think I understand the connection to [#636](https://github.com/akinomyoga/ble.sh/issues/636) now, the filename completion is part of the syntax completion, Ah, yes. It might be a bit tricky, but the syntax-based...

> I just came across a minor glitch which seems related. It's best described with this screenshot I think: > > > I ran the first command, then I pressed...

This is a duplicate of #57, https://github.com/akinomyoga/ble.sh/issues/85#issuecomment-783131577, https://github.com/akinomyoga/ble.sh/issues/114#issuecomment-846518295, https://github.com/akinomyoga/ble.sh/issues/205#issuecomment-1179744670 and also linked from item 3 of the prompt section in [Q&A](https://github.com/akinomyoga/ble.sh/wiki/Q&A). There is also a module [`ble-import prompt-vim-mode`](https://github.com/akinomyoga/blesh-contrib/blob/master/prompt-vim-mode.bash), which implements...

> (and fixed the visual prompt because it looked for `*x` which should have been `*v` ) > > [prompt-vim-mode.bash](https://github.com/akinomyoga/blesh-contrib/blob/ee99ad3a7b57796ef2c1952a99d1ee259683c031/prompt-vim-mode.bash) Ah, thanks. > Would be great if these a reference...

> I would like it if there was an environment variable that could be customised from the blerc to let me use it in my oh-my-posh config to let me...

@sametaor Have you solved your problem?

OK, thanks for letting me know the current situation.

> > You can just let Oh My Posh output the literal string `\q{blerc/vim-mode}` (or `\q{contrib/my-vim-mode}`, etc. depending on how you named the custom prompt sequence). Then ble.sh will replace...