Add an option single_window_margin_width to allow different margins when only a single window is visible in the layout

Fixes #688
This commit is contained in:
Kovid Goyal
2018-06-29 09:56:05 +05:30
parent 65fef81f29
commit e35c3cc913
5 changed files with 25 additions and 10 deletions

View File

@@ -19,6 +19,9 @@ Changelog
- Fix pasting large amounts of text very slow (:iss:`682`)
- Add an option :opt:`single_window_margin_width` to allow different margins
when only a single window is visible in the layout (:iss:`688`)
- Add a :option:`kitty --hold` command line option to stay open after the child process exits (:iss:`667`)
- diff kitten: When triggering a search scroll to the first match automatically