Skip to content

Commit

Permalink
Merge pull request #1 from unusedPhD/master
Browse files Browse the repository at this point in the history
proper install command
  • Loading branch information
derekstavis committed Jan 3, 2016
2 parents b6a994d + 84792aa commit cbaf42d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This plugin wraps [Aerys Bat's implementation](https://github.com/fish-shell/fis
## Install

```fish
$ omf install !!
$ omf install bang-bang
```

## Usage
Expand All @@ -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 cbaf42d

Please sign in to comment.