finder highlighting matches
Breaking Change
Have you used key_config.ron
for custom key bindings before?
The way this works got changed and simplified (See docs for more info):
- You only define the keys that should differ from the default.
- The file is renamed to
key_bindings.ron
- Future addition of new keys will not break anymore
Added
- add fetch/update command all remote branches (#998)
- add
trace-libgit
feature to make git tracing optional @dm9pZCAq)
- support merging and rebasing remote branches @R0nd)
- add highlighting matches in fuzzy finder @Mifom)
- support
home
andend
keys in branchlist (#957)
- add
ghemoji
feature to make gh-emoji (GitHub emoji) optional @jirutka)
- allow customizing key symbols like
⏎
&⇧
(see docs) (#465)
- simplify key overrides (see docs) (#946)
- dedicated fuzzy finder up/down keys to allow vim overrides (#993)
- pull will also download tags (#1013)
- allow editing file from filetree (#989)
- support bare repos (new
workdir
argument) (#1026)