diff --git a/vim/.vimrc b/vim/.vimrc new file mode 100644 index 0000000..d9d79b5 --- /dev/null +++ b/vim/.vimrc @@ -0,0 +1,4 @@ +" Enable syntax highlighting +syntax on +" Wrap cursor to the lnext line if you move it too far +set whichwrap+=<,>,h,l,[,]