switch.vim definitions updated
This commit is contained in:
parent
7a10ed88ab
commit
04ae09e8d2
|
@ -261,7 +261,10 @@ let g:switch_mapping = '<space>-'
|
||||||
let g:switch_custom_definitions = [
|
let g:switch_custom_definitions = [
|
||||||
\ ['0', '1'],
|
\ ['0', '1'],
|
||||||
\ ['ease-in', 'ease-out'],
|
\ ['ease-in', 'ease-out'],
|
||||||
\ ['auto', 'none']
|
\ ['auto', 'none'],
|
||||||
|
\ ['left', 'right'],
|
||||||
|
\ ['top', 'bottom'],
|
||||||
|
\ ['relative', 'absolute', 'fixed']
|
||||||
\ ]
|
\ ]
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue