From cc2f156e455bb1b3ab546b54b97049bc2afcf66c Mon Sep 17 00:00:00 2001 From: Gardouille Date: Thu, 3 Feb 2022 14:32:35 +0100 Subject: [PATCH] Update emojis --- vimrc | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index f5f4539..ba19ad8 100644 --- a/vimrc +++ b/vimrc @@ -1,3 +1,4 @@ +" " ---------------------------------------------------------------------- " | Fichiers de configuration de vim | " | Emplacement : ~/.vim/vimrc | @@ -690,7 +691,9 @@ iabbrev pcq parce que iabbrev :ok: 👌 iabbrev :ok_hand: 👌 iabbrev :+1: 👍 +iabbrev :+: 👍 iabbrev :-1: 👎 +iabbrev :-: 👎 iabbrev :thumbup: 👍 iabbrev :thumbdown: 👎 iabbrev :victoire: ✌️ @@ -707,6 +710,7 @@ iabbrev :demon_happy: 😈 iabbrev :devil_happy: 😈 iabbrev :happy_demon: 😈 iabbrev :happy_devil: 😈 +iabbrev :heart: ♥️ iabbrev :heart_eye: 😍 iabbrev :heart_eyes: 😍 iabbrev :eyes_heart: 😍 @@ -719,20 +723,32 @@ iabbrev :kiss: 😙 iabbrev :laugh: 😆 iabbrev :laughing: 😆 iabbrev :lol: 😆 +iabbrev :mask: 😷 iabbrev :scream: 😱 iabbrev :skull: 🕱 +iabbrev :pensive: 😔 iabbrev :smirk: 😏 iabbrev :amused: 😏 +iabbrev :unamused: 😒 +iabbrev :rage: 😡 iabbrev :sob: 😭 iabbrev :sunglass: 😎 iabbrev :sunglasses: 😎 iabbrev :sweat_smile: 😅 iabbrev :ss: 😅 +iabbrev :tired: 😫 iabbrev :tongue: 😛 iabbrev :stuck_out_tongue: 😛 iabbrev :wink: 😉 iabbrev :yum: 😋 iabbrev :yummy: 😋 +" +" }}} +" Text emoticon {{{ +iabbrev :cheerleader: ✽-(ˆ▽ˆ)/✽ ✽\(ˆ▽ˆ)-✽ +iabbrev :cheerleaders: ✽-(ˆ▽ˆ)/✽ ✽\(ˆ▽ˆ)-✽ +iabbrev :cheer: ✽-(ˆ▽ˆ)/✽ ✽\(ˆ▽ˆ)-✽ +iabbrev :shocked: ⊙_⊙ " }}} """"""""""""""""""""""""""""""""""""""""""""""""""" @@ -841,9 +857,7 @@ if has("autocmd") function! Template(type) execute "0r ~/.vim/templates/skeleton.".a:type - execute "%s/!!FICHIER!!/".expand("%:t")."/e" execute "%s/!!DATE!!/".strftime("%Y-%m-%d")."/e" - execute "%s/!!SQUELETTE!!/".expand("%:t:r")."/g" execute "normal! 10G$" endfunction