diff options
author | bfredl <bjorn.linse@gmail.com> | 2023-10-10 16:36:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 16:36:55 +0200 |
commit | fd39f5ce8c9bbda1b77ff6c03553148fadac5d57 (patch) | |
tree | c0c05713b01fa9d99ccbafbe87149366e1db69ce /runtime/doc/windows.txt | |
parent | 468a3a14072a638865681dad88d3c3b31cf11e23 (diff) | |
parent | 372aa2eb3db375385cf19dc0a6571f790b858241 (diff) | |
download | rneovim-fd39f5ce8c9bbda1b77ff6c03553148fadac5d57.tar.gz rneovim-fd39f5ce8c9bbda1b77ff6c03553148fadac5d57.tar.bz2 rneovim-fd39f5ce8c9bbda1b77ff6c03553148fadac5d57.zip |
Merge pull request #25561 from glepnir/9663
feat(float): add fclose command
Diffstat (limited to 'runtime/doc/windows.txt')
-rw-r--r-- | runtime/doc/windows.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt index e0c0772f18..eb3c4df511 100644 --- a/runtime/doc/windows.txt +++ b/runtime/doc/windows.txt @@ -392,6 +392,11 @@ CTRL-W CTRL-O *CTRL-W_CTRL-O* *:on* *:only* given, then they become hidden. But modified buffers are never abandoned, so changes cannot get lost. + *:fc* *:fclose* +:[count]fc[lose][!] + Close [count]th floating window by zindex order. '!' to close + all floating windows. + ============================================================================== 4. Moving cursor to other windows *window-move-cursor* |