codex.fish
codex.fish copied to clipboard
Does not work when vi keybindings are on.
Auto completion from this plugin does not work when fish_key_bindings variable is set to fish_vi_key_bindings
Try creating the file ~/.config/fish/conf.d/fish_user_keybindings.fish with the following contents:
bind --erase -M insert --preset \cx
bind --erase -M visual --preset \cx
bind --erase --preset \cx
bind -M insert \cx create_completion
bind -M visual \cx create_completion