From 4e61d0811163b685b6d53e6d8ebca13fdfb2122e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 21 Nov 2024 13:36:27 +0000 Subject: [PATCH] Auto-generate docs --- doc/winmove.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/winmove.txt b/doc/winmove.txt index 1e5bf3d..3555c0a 100644 --- a/doc/winmove.txt +++ b/doc/winmove.txt @@ -102,6 +102,13 @@ active during modes. }) < +There are three behaviour when moving or swapping towards an edge of the +editor: + +- `winmove.AtEdge.None`: Do nothing. +- `winmove.AtEdge.Wrap`: Wrap around to the opposite edge. +- `winmove.AtEdge.MoveToTab`: Move to the previous/next tab if possible. + AUTOCOMMANDS *winmove-autocommands*