Commit 48ace421 authored by Stephen M. Coakley's avatar Stephen M. Coakley Committed by GitHub

Add keybindings file to dotfiles list (#378)

Fixes #377
parent 76045bbe
...@@ -112,6 +112,7 @@ candidate for being added to your dotfiles and/or checked out to version control ...@@ -112,6 +112,7 @@ candidate for being added to your dotfiles and/or checked out to version control
- __`bundle`__ - List of currently installed packages/themes - __`bundle`__ - List of currently installed packages/themes
- __`init.fish`__ - Custom script sourced after shell start - __`init.fish`__ - Custom script sourced after shell start
- __`before.init.fish`__ - Custom script sourced before shell start - __`before.init.fish`__ - Custom script sourced before shell start
- __`key_bindings.fish`__ - Custom key bindings where you can use the `bind` command freely
It's highly recommended that your custom startup commands go into `init.fish` file instead of `~/.config/fish/config.fish`, as this allows you to keep the whole `$OMF_CONFIG` directory under version control. It's highly recommended that your custom startup commands go into `init.fish` file instead of `~/.config/fish/config.fish`, as this allows you to keep the whole `$OMF_CONFIG` directory under version control.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment