aboutsummaryrefslogtreecommitdiff
path: root/3rd
diff options
context:
space:
mode:
authorMathias Gumz <akira@fluxbox.org>2015-01-05 15:49:16 (GMT)
committerMathias Gumz <akira@fluxbox.org>2015-01-05 15:49:16 (GMT)
commit3d6d7f8183c2424f83de0f4dd8d3e172f245d623 (patch)
treee3a98ce80f3b0fdb219632711e8dd352094bb0b2 /3rd
parentd9f3a73b385ad4f70528913090000c3db87fc328 (diff)
downloadfluxbox-3d6d7f8183c2424f83de0f4dd8d3e172f245d623.zip
fluxbox-3d6d7f8183c2424f83de0f4dd8d3e172f245d623.tar.bz2
Add ArrangeWindowsStack* actions to vim-keys
Diffstat (limited to '3rd')
-rw-r--r--3rd/vim/syntax/fluxkeys.vim2
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
44syntax keyword fbActionNames Activate Focus Attach FocusLeft FocusRight FocusUp FocusDown contained 44syntax keyword fbActionNames Activate Focus Attach FocusLeft FocusRight FocusUp FocusDown contained
45syntax keyword fbActionNames ArrangeWindows ShowDesktop Deiconify CloseAllWindows contained 45syntax keyword fbActionNames ArrangeWindows ShowDesktop Deiconify CloseAllWindows contained
46syntax keyword fbActionNames ArrangeWindowsHorizontal ArrangeWindowsVertical contained 46syntax keyword fbActionNames ArrangeWindowsHorizontal ArrangeWindowsVertical contained
47syntax keyword fbActionNames ArrangeWindowsStackLeft ArrangeWindowsStackRight contained
48syntax keyword fbActionNames ArrangeWindowsStackTop ArrangeWindowsStackBottom contained
47syntax keyword fbActionNames SetWorkspaceName SetWorkspaceNameDialog contained 49syntax keyword fbActionNames SetWorkspaceName SetWorkspaceNameDialog contained
48 50
49" Menu Commands 51" Menu Commands