From 291b579fe6cae039c0162f59f17751baf1f69f57 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Thu, 4 Dec 2014 09:18:23 +0000 Subject: nothing special --- vim/mySnippets/mail.snippets | 27 +++++++++++++++++++++++++++ vim/vimrc | 3 +-- zshrc | 4 +++- 3 files changed, 31 insertions(+), 3 deletions(-) create mode 100644 vim/mySnippets/mail.snippets diff --git a/vim/mySnippets/mail.snippets b/vim/mySnippets/mail.snippets new file mode 100644 index 0000000..72a4648 --- /dev/null +++ b/vim/mySnippets/mail.snippets @@ -0,0 +1,27 @@ +snippet best "Best wishes" b +Best wishes, + +Urbain +endsnippet + +snippet dear "Email template" b +Dear ${1:Greg}, + +${2:# Body of the message} + +Best wishes, + +${3:Urbain} +endsnippet + +snippet sign "Signature" b +Urbain Vaes, +Department of Mathematics +Office 6M09 +endsnippet + +snippet bisous "Bisous" b +Gros bisous, + +Urbain +endsnippet diff --git a/vim/vimrc b/vim/vimrc index 27d5516..dfaca26 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -18,7 +18,7 @@ Plugin 'Tabular' Plugin 'tComment' Plugin 'Gundo' Plugin 'altercation/vim-colors-solarized' -Plugin 'klen/python-mode' +" Plugin 'klen/python-mode' Plugin 'honza/vim-snippets' filetype plugin indent on @@ -279,4 +279,3 @@ augroup autorelead_vimrc au! au BufWritePost ~/.vim/vimrc source ~/.vim/vimrc augroup END - diff --git a/zshrc b/zshrc index 5645305..01eef12 100644 --- a/zshrc +++ b/zshrc @@ -58,7 +58,9 @@ alias a='vifm' alias mn='vim ~/.mynotes' alias x='sh ~/.xmodmap' alias mail='offlineimap' -# alias clear='print "\ec"' +alias ca='printf "\ec"' +alias update='sudo apt-get update' +alias upgrade='sudo apt-get upgrade' # Configuration alias ez='vim ~/.zshrc' -- cgit v1.2.3