Update emojis
This commit is contained in:
parent
2bcea938b6
commit
cc2f156e45
18
vimrc
18
vimrc
|
@ -1,3 +1,4 @@
|
||||||
|
"
|
||||||
" ----------------------------------------------------------------------
|
" ----------------------------------------------------------------------
|
||||||
" | Fichiers de configuration de vim |
|
" | Fichiers de configuration de vim |
|
||||||
" | Emplacement : ~/.vim/vimrc |
|
" | Emplacement : ~/.vim/vimrc |
|
||||||
|
@ -690,7 +691,9 @@ iabbrev pcq parce que
|
||||||
iabbrev :ok: 👌
|
iabbrev :ok: 👌
|
||||||
iabbrev :ok_hand: 👌
|
iabbrev :ok_hand: 👌
|
||||||
iabbrev :+1: 👍
|
iabbrev :+1: 👍
|
||||||
|
iabbrev :+: 👍
|
||||||
iabbrev :-1: 👎
|
iabbrev :-1: 👎
|
||||||
|
iabbrev :-: 👎
|
||||||
iabbrev :thumbup: 👍
|
iabbrev :thumbup: 👍
|
||||||
iabbrev :thumbdown: 👎
|
iabbrev :thumbdown: 👎
|
||||||
iabbrev :victoire: ✌️
|
iabbrev :victoire: ✌️
|
||||||
|
@ -707,6 +710,7 @@ iabbrev :demon_happy: 😈
|
||||||
iabbrev :devil_happy: 😈
|
iabbrev :devil_happy: 😈
|
||||||
iabbrev :happy_demon: 😈
|
iabbrev :happy_demon: 😈
|
||||||
iabbrev :happy_devil: 😈
|
iabbrev :happy_devil: 😈
|
||||||
|
iabbrev :heart: ♥️
|
||||||
iabbrev :heart_eye: 😍
|
iabbrev :heart_eye: 😍
|
||||||
iabbrev :heart_eyes: 😍
|
iabbrev :heart_eyes: 😍
|
||||||
iabbrev :eyes_heart: 😍
|
iabbrev :eyes_heart: 😍
|
||||||
|
@ -719,20 +723,32 @@ iabbrev :kiss: 😙
|
||||||
iabbrev :laugh: 😆
|
iabbrev :laugh: 😆
|
||||||
iabbrev :laughing: 😆
|
iabbrev :laughing: 😆
|
||||||
iabbrev :lol: 😆
|
iabbrev :lol: 😆
|
||||||
|
iabbrev :mask: 😷
|
||||||
iabbrev :scream: 😱
|
iabbrev :scream: 😱
|
||||||
iabbrev :skull: 🕱
|
iabbrev :skull: 🕱
|
||||||
|
iabbrev :pensive: 😔
|
||||||
iabbrev :smirk: 😏
|
iabbrev :smirk: 😏
|
||||||
iabbrev :amused: 😏
|
iabbrev :amused: 😏
|
||||||
|
iabbrev :unamused: 😒
|
||||||
|
iabbrev :rage: 😡
|
||||||
iabbrev :sob: 😭
|
iabbrev :sob: 😭
|
||||||
iabbrev :sunglass: 😎
|
iabbrev :sunglass: 😎
|
||||||
iabbrev :sunglasses: 😎
|
iabbrev :sunglasses: 😎
|
||||||
iabbrev :sweat_smile: 😅
|
iabbrev :sweat_smile: 😅
|
||||||
iabbrev :ss: 😅
|
iabbrev :ss: 😅
|
||||||
|
iabbrev :tired: 😫
|
||||||
iabbrev :tongue: 😛
|
iabbrev :tongue: 😛
|
||||||
iabbrev :stuck_out_tongue: 😛
|
iabbrev :stuck_out_tongue: 😛
|
||||||
iabbrev :wink: 😉
|
iabbrev :wink: 😉
|
||||||
iabbrev :yum: 😋
|
iabbrev :yum: 😋
|
||||||
iabbrev :yummy: 😋
|
iabbrev :yummy: 😋
|
||||||
|
"
|
||||||
|
" }}}
|
||||||
|
" Text emoticon {{{
|
||||||
|
iabbrev :cheerleader: ✽-(ˆ▽ˆ)/✽ ✽\(ˆ▽ˆ)-✽
|
||||||
|
iabbrev :cheerleaders: ✽-(ˆ▽ˆ)/✽ ✽\(ˆ▽ˆ)-✽
|
||||||
|
iabbrev :cheer: ✽-(ˆ▽ˆ)/✽ ✽\(ˆ▽ˆ)-✽
|
||||||
|
iabbrev :shocked: ⊙_⊙
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
@ -841,9 +857,7 @@ if has("autocmd")
|
||||||
|
|
||||||
function! Template(type)
|
function! Template(type)
|
||||||
execute "0r ~/.vim/templates/skeleton.".a:type
|
execute "0r ~/.vim/templates/skeleton.".a:type
|
||||||
execute "%s/!!FICHIER!!/".expand("%:t")."/e"
|
|
||||||
execute "%s/!!DATE!!/".strftime("%Y-%m-%d")."/e"
|
execute "%s/!!DATE!!/".strftime("%Y-%m-%d")."/e"
|
||||||
execute "%s/!!SQUELETTE!!/".expand("%:t:r")."/g"
|
|
||||||
execute "normal! 10G$"
|
execute "normal! 10G$"
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue