switch.vim definitions updated

This commit is contained in:
ManjaroOne666 2018-06-10 15:47:52 +01:00
parent 7a10ed88ab
commit 04ae09e8d2
1 changed files with 4 additions and 1 deletions

View File

@ -261,7 +261,10 @@ let g:switch_mapping = '<space>-'
let g:switch_custom_definitions = [
\ ['0', '1'],
\ ['ease-in', 'ease-out'],
\ ['auto', 'none']
\ ['auto', 'none'],
\ ['left', 'right'],
\ ['top', 'bottom'],
\ ['relative', 'absolute', 'fixed']
\ ]
"}}}