Consistency - map P to Pi (#277)
This commit is contained in:
parent
6888c3c9bf
commit
62d0b9b44c
@ -113,7 +113,6 @@ function! s:default_maps() " {{{1
|
|||||||
\ { 'lhs_rhs' : ['qL', '\Leftarrow'], 'wrapper' : 's:wrap_math'},
|
\ { 'lhs_rhs' : ['qL', '\Leftarrow'], 'wrapper' : 's:wrap_math'},
|
||||||
\ { 'lhs_rhs' : ['qh', '\rightarrow'], 'wrapper' : 's:wrap_math'},
|
\ { 'lhs_rhs' : ['qh', '\rightarrow'], 'wrapper' : 's:wrap_math'},
|
||||||
\ { 'lhs_rhs' : ['qH', '\Rightarrow'], 'wrapper' : 's:wrap_math'},
|
\ { 'lhs_rhs' : ['qH', '\Rightarrow'], 'wrapper' : 's:wrap_math'},
|
||||||
\ { 'lhs_rhs' : ['P', '\Product'], 'wrapper' : 's:wrap_math'},
|
|
||||||
\ { 'lhs_rhs' : ['a', '\alpha'], 'wrapper' : 's:wrap_math'},
|
\ { 'lhs_rhs' : ['a', '\alpha'], 'wrapper' : 's:wrap_math'},
|
||||||
\ { 'lhs_rhs' : ['b', '\beta'], 'wrapper' : 's:wrap_math'},
|
\ { 'lhs_rhs' : ['b', '\beta'], 'wrapper' : 's:wrap_math'},
|
||||||
\ { 'lhs_rhs' : ['c', '\chi'], 'wrapper' : 's:wrap_math'},
|
\ { 'lhs_rhs' : ['c', '\chi'], 'wrapper' : 's:wrap_math'},
|
||||||
@ -149,6 +148,7 @@ function! s:default_maps() " {{{1
|
|||||||
\ { 'lhs_rhs' : ['G', '\Gamma'], 'wrapper' : 's:wrap_math'},
|
\ { 'lhs_rhs' : ['G', '\Gamma'], 'wrapper' : 's:wrap_math'},
|
||||||
\ { 'lhs_rhs' : ['L', '\Lambda'], 'wrapper' : 's:wrap_math'},
|
\ { 'lhs_rhs' : ['L', '\Lambda'], 'wrapper' : 's:wrap_math'},
|
||||||
\ { 'lhs_rhs' : ['N', '\Nabla'], 'wrapper' : 's:wrap_math'},
|
\ { 'lhs_rhs' : ['N', '\Nabla'], 'wrapper' : 's:wrap_math'},
|
||||||
|
\ { 'lhs_rhs' : ['P', '\Pi'], 'wrapper' : 's:wrap_math'},
|
||||||
\ { 'lhs_rhs' : ['Q', '\Theta'], 'wrapper' : 's:wrap_math'},
|
\ { 'lhs_rhs' : ['Q', '\Theta'], 'wrapper' : 's:wrap_math'},
|
||||||
\ { 'lhs_rhs' : ['R', '\varrho'], 'wrapper' : 's:wrap_math'},
|
\ { 'lhs_rhs' : ['R', '\varrho'], 'wrapper' : 's:wrap_math'},
|
||||||
\ { 'lhs_rhs' : ['W', '\Omega'], 'wrapper' : 's:wrap_math'},
|
\ { 'lhs_rhs' : ['W', '\Omega'], 'wrapper' : 's:wrap_math'},
|
||||||
|
Loading…
Reference in New Issue
Block a user