Add some missing blank lines before code blocks

This commit is contained in:
Kovid Goyal
2021-07-01 07:22:49 +05:30
parent 6e5ed38b76
commit 64810e0e0b
2 changed files with 3 additions and 0 deletions

View File

@@ -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

View File

@@ -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
'''