Merge pull request #260 from elafarge/elafarge/fix-acute-accent-mapping-conflict
[bugfix] <m-i> conflict with the "é" character
This commit is contained in:
commit
0ee4a177ae
@ -131,7 +131,6 @@ function! s:default_maps() " {{{1
|
||||
" Return default snippet list including list of simple maps
|
||||
return snippets + [
|
||||
\ { 'lhs_rhs' : ['...', '\dots'], 'leader' : '' },
|
||||
\ { 'lhs_rhs' : ['<m-i>', '\item '], 'leader' : '' },
|
||||
\ { 'lhs_rhs' : ['0', '\emptyset'], 'wrapper' : 's:wrap_math'},
|
||||
\ { 'lhs_rhs' : ['6', '\partial'], 'wrapper' : 's:wrap_math'},
|
||||
\ { 'lhs_rhs' : ['8', '\infty'], 'wrapper' : 's:wrap_math'},
|
||||
|
Loading…
x
Reference in New Issue
Block a user