Rafael Pinheiro

Results 6 comments of Rafael Pinheiro

This is my current solution with the default ZSH vi mode ```zsh bindkey -v redraw-prompt() { _omp_precmd zle .reset-prompt } vimode-cmd() { export VI_MODE="NORMAL" redraw-prompt } vimode-insert() { export VI_MODE="INSERT"...

> [@stepanzak](https://github.com/stepanzak) Were you able to find a solution to that problem? > > I've narrowed it down to the bit below, but the prompt doesn't update without it: >...

> Guys I am getting > > /home/smitropoulos/.zshrc:126: command not found: _omp_create_widget > I suppose I should be including something? Did you install oh-my-posh and enable it in you `.zshrc`...

Are you using oh-my-posh? I experienced something similar

I am not using this plugin, but trying to get oh-my-posh to display the vimode I am in with some custom code. Before making it redraw the prompt it will...

@bew Yes I am loading it like this: `local stack = wezterm.plugin.require("file:///Users/rafa/dev/stack_wez")` The problem is it does not read directly from that folder. It copies the files to the same...