Add a new `copy_or_interrupt action that can be mapped to kbd:ctrl+c`. It will copy if there is a selection and interrupt otherwise

Fixes #1286
This commit is contained in:
Kovid Goyal
2019-01-04 09:21:29 +05:30
parent 50a6abaac1
commit ed905fcf6d
3 changed files with 17 additions and 2 deletions

View File

@@ -17,6 +17,9 @@ Changelog
`*_with_cwd` actions that open a new window with the current working
directory.
- Add a new ``copy_or_interrupt`` action that can be mapped to kbd:`ctrl+c`. It
will copy if there is a selection and interrupt otherwise (:iss:`1286`)
- Fix setting :opt:`background_opacity` causing window margins/padding to be slightly
different shade from background (:iss:`1221`)