Allow passing a `!neighbor` argument to the new_window mapping to open a new window next to the active window

Fixes #1746
This commit is contained in:
Kovid Goyal
2019-06-29 15:13:54 +05:30
parent 8c9d2d3ca2
commit 0be6c9cb97
5 changed files with 31 additions and 7 deletions

View File

@@ -9,6 +9,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Remote control: Add a command `kitty @ scroll-window` to scroll windows
- Allow passing a ``!neighbor`` argument to the new_window mapping to open a
new window next to the active window (:iss:`1746`)
- Fix an out of bounds read causing a crash when selecting text with the mouse
in the alternate screen mode (:iss:`1578`)