summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/mySnippets/mail.snippets27
-rw-r--r--vim/vimrc3
-rw-r--r--zshrc4
3 files changed, 31 insertions, 3 deletions
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'