From 64810e0e0bbf85511c1813e36c1e9ef227f1551a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 1 Jul 2021 07:22:49 +0530 Subject: [PATCH] Add some missing blank lines before code blocks --- kitty/boss.py | 1 + kitty/tabs.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/kitty/boss.py b/kitty/boss.py index b678669ae..0880efc38 100755 --- a/kitty/boss.py +++ b/kitty/boss.py @@ -677,6 +677,7 @@ class Boss: @ac:win: Set the background opacity for the active OS Window For example:: + map f1 set_background_opacity +0.1 map f2 set_background_opacity -0.1 map f3 set_background_opacity 0.5 diff --git a/kitty/tabs.py b/kitty/tabs.py index f58a6efca..ab5adc549 100644 --- a/kitty/tabs.py +++ b/kitty/tabs.py @@ -495,6 +495,7 @@ class Tab: # {{{ @ac:win: Focus the neighboring window in the current tab For example:: + map ctrl+left neighboring_window left map ctrl+down neighboring_window bottom ''' @@ -507,6 +508,7 @@ class Tab: # {{{ @ac:win: Move the window in the specified direction For example:: + map ctrl+left move_window left map ctrl+down move_window bottom '''