Skip to content

Commit

Permalink
added troubleshooting note
Browse files Browse the repository at this point in the history
  • Loading branch information
unusedPhD committed Dec 28, 2015
1 parent 481c99b commit 84792aa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ $ mkdir /tmp/test
$ cd !$
```

## Troubleshooting

If the keybindings fail to work after installing the plugin, the issue is
likely because of an existing `~/.config/fish/functions/fish_user_key_bindings.fish`
that is overiding the plugins.

The solution is to either removing the exising file or to concat the contents of the
plugin `functions/fish_user_key_bindings.fish` file into it.

# License

[MIT][mit] © [Aerys Bat][aerys-bat], [Derek Stavis][derekstavis] et [al][contributors]
Expand Down

0 comments on commit 84792aa

Please sign in to comment.