diff --git a/.vimrc b/.vimrc new file mode 100644 index 0000000..d7d6235 --- /dev/null +++ b/.vimrc @@ -0,0 +1,18 @@ +set relativenumber +set tabstop=4 +syntax on + +noremap +noremap +noremap +noremap + +noremap :tabprevious +noremap :tabnext +noremap :tabnew +noremap :tabclose + +vmap :!xclip -f -sel clip +map :-1r !xclip -o -sel clip + +autocmd BufNewFile *.html 0r ~/.vimTemplates/skel.html