Oh-my-fish: How to disable fish_vi_key_bindings?

Created on 31 Oct 2016  路  4Comments  路  Source: oh-my-fish/oh-my-fish

I've played around with fish_vi_key_bindings, but would like to go back to normal.

How do i disable it?

set -U fish_key_bindings --> breaks all input
set -U fish_key_bindings fish_key_bindings --> throws errors

Could we also get this added to the docs?

question vi-mode

Most helpful comment

fish_vi_key_bindings is a feature of Fish, not Oh My Fish.

To reset back to default key bindings:

set -U fish_key_bindings fish_default_key_bindings

All 4 comments

fish_vi_key_bindings is a feature of Fish, not Oh My Fish.

To reset back to default key bindings:

set -U fish_key_bindings fish_default_key_bindings

Ah, I didn't realize that it was a fish feature. Thanks!

Thank you very much @sagebind !

i use

[sh] set -U fish_key_bindings fish_default_key_bindings

and it's back to normal.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

NineSwordsMonster picture NineSwordsMonster  路  4Comments

adgai19 picture adgai19  路  3Comments

NeilResnik picture NeilResnik  路  7Comments

calebmeyer picture calebmeyer  路  4Comments

kaelumania picture kaelumania  路  6Comments