mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 04:01:51 -07:00
Vim for 'XMonad.Prompt': advertise changes
This commit is contained in:
13
CHANGES.md
13
CHANGES.md
@@ -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`
|
||||
|
Reference in New Issue
Block a user