Vim for 'XMonad.Prompt': advertise changes

This commit is contained in:
Yclept Nemo
2018-04-20 10:52:40 -04:00
parent b0d6e0f942
commit c7e02726bf

View File

@@ -4,6 +4,19 @@
### Breaking Changes
* `XMonad.Prompt`
- Prompt ships a vim-like keymap, see `vimLikeXPKeymap` and
`vimLikeXPKeymap'`. A reworked event loop supports new vim-like prompt
actions.
- Prompt supports dynamic colors. Colors are now specified by the `XPColor`
type, so update your `XPConfig` to match.
- Fixes `showCompletionOnTab`.
- The behavior of `moveWord` and `moveWord'` has changed; brought in line
with the documentation and now internally consistent. The old keymaps
retain the original behavior; see the documentation to do the same your
XMonad configuration.
### New Modules
* `XMonad.Layout.TwoPanePersistent`