X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=CMDMODE;h=7428729a9bded1e26d06e641e8bb66af56276ce3;hb=a6d7f5451d721b26ce72a3ae14b3418fb3d6598c;hp=c7881e1ffb9ebe99ac3364e5f20bbc53db411ce5;hpb=3e7b12ba430a2abeb3e0c80effcb9ecba368bb80;p=i3%2Fi3 diff --git a/CMDMODE b/CMDMODE index c7881e1f..7428729a 100644 --- a/CMDMODE +++ b/CMDMODE @@ -1,36 +1,41 @@ -left := | -right := | -up := | -down := | - -where := | -move := -snap := +--------------------- +- Command mode +--------------------- -Eingabe ist entweder +This is the grammar for the command mode (your configuration file uses these commands, too). -cmd := [ ] [ | ] - -oder +left := | +right := | +up := | +down := | -with := { [ ] }+ +where := | +move := +snap := -oder +cmd := [ ] [ | ] +with := { [ ] }+ +jump := [ "[/]" | [ ] ] +focus := focus [ ] +(travels the focus stack backwards the given amount of times (by default 1), so + it selects the window which had the focus before you focused the current one when + specifying "focus 1") +special := [ exec | kill | exit | restart ] -exec := exec +input := [ | | | | ] -an jeder Stelle kann mit escape abgebrochen werden +you can cancel command mode by pressing escape anytime. -Beispiele: +Some examples: -Fenster links neben dem aktuellen auswählen: +Select the window on the left: h -Fenster zwei links neben dem aktuellen auswählen: +Select the window two places on the left: 2h -Fenster nach rechts verschieben: +Move window to the right: ml -Fenster und Fenster untendrunter nach rechts verschieben: +Move window and window on the bottom to the right: wk ml