Add an option :opt:disable_ligatures_under_cursor to disable multi-character ligatures under the cursor to make editing easier

Fixes #461
This commit is contained in:
Kovid Goyal
2019-03-20 16:28:27 +05:30
parent 493892a4df
commit be7a4a5868
5 changed files with 22 additions and 16 deletions

View File

@@ -20,6 +20,10 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- macOS: Allow opening new kitty tabs/top-level windows from Finder
(:pull:`1350`)
- Add an option :opt:`disable_ligatures_under_cursor` to disable
multi-character ligatures under the cursor to make editing easier
(:iss:`461`)
- Allow specifying a value of ``none`` for the :opt:`selection_foreground`
which will cause kitty to not change text color in selections (:iss:`1358`)