Commit 45f3e020 authored by Murukesh Mohanan's avatar Murukesh Mohanan

Removed term-specific options

parent d7a6bc16
set nocompatible set nocompatible
set ruler set ruler
set number set number
set bg=dark "set bg=dark
set incsearch set incsearch
" This shows what you are typing as a command. I love this! " This shows what you are typing as a command. I love this!
...@@ -51,7 +51,7 @@ set pastetoggle=<F10> ...@@ -51,7 +51,7 @@ set pastetoggle=<F10>
set title set title
set laststatus=2 set laststatus=2
set t_Co=256 "set t_Co=256
nore ; : nore ; :
nore , ; nore , ;
...@@ -64,7 +64,7 @@ vnoremap cp "*p ...@@ -64,7 +64,7 @@ vnoremap cp "*p
inoremap <Down> <C-o>gj inoremap <Down> <C-o>gj
inoremap <Up> <C-o>gk inoremap <Up> <C-o>gk
colorscheme elflord colorscheme koehler
execute pathogen#infect() execute pathogen#infect()
autocmd Bufenter,BufNew *.pro set syntax=prolog autocmd Bufenter,BufNew *.pro set syntax=prolog
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment