diff options
author | Mathias Gumz <akira@fluxbox.org> | 2015-01-05 15:49:16 (GMT) |
---|---|---|
committer | Mathias Gumz <akira@fluxbox.org> | 2015-01-05 15:49:16 (GMT) |
commit | 3d6d7f8183c2424f83de0f4dd8d3e172f245d623 (patch) | |
tree | e3a98ce80f3b0fdb219632711e8dd352094bb0b2 /3rd | |
parent | d9f3a73b385ad4f70528913090000c3db87fc328 (diff) | |
download | fluxbox-3d6d7f8183c2424f83de0f4dd8d3e172f245d623.zip fluxbox-3d6d7f8183c2424f83de0f4dd8d3e172f245d623.tar.bz2 |
Add ArrangeWindowsStack* actions to vim-keys
Diffstat (limited to '3rd')
-rw-r--r-- | 3rd/vim/syntax/fluxkeys.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/3rd/vim/syntax/fluxkeys.vim b/3rd/vim/syntax/fluxkeys.vim index 4fd82d9..7e41a30 100644 --- a/3rd/vim/syntax/fluxkeys.vim +++ b/3rd/vim/syntax/fluxkeys.vim | |||
@@ -44,6 +44,8 @@ syntax keyword fbActionNames NextWindow PrevWindow Next\Group PrevGroup GotoWind | |||
44 | syntax keyword fbActionNames Activate Focus Attach FocusLeft FocusRight FocusUp FocusDown contained | 44 | syntax keyword fbActionNames Activate Focus Attach FocusLeft FocusRight FocusUp FocusDown contained |
45 | syntax keyword fbActionNames ArrangeWindows ShowDesktop Deiconify CloseAllWindows contained | 45 | syntax keyword fbActionNames ArrangeWindows ShowDesktop Deiconify CloseAllWindows contained |
46 | syntax keyword fbActionNames ArrangeWindowsHorizontal ArrangeWindowsVertical contained | 46 | syntax keyword fbActionNames ArrangeWindowsHorizontal ArrangeWindowsVertical contained |
47 | syntax keyword fbActionNames ArrangeWindowsStackLeft ArrangeWindowsStackRight contained | ||
48 | syntax keyword fbActionNames ArrangeWindowsStackTop ArrangeWindowsStackBottom contained | ||
47 | syntax keyword fbActionNames SetWorkspaceName SetWorkspaceNameDialog contained | 49 | syntax keyword fbActionNames SetWorkspaceName SetWorkspaceNameDialog contained |
48 | 50 | ||
49 | " Menu Commands | 51 | " Menu Commands |