Commit 702e3176 authored by Murukesh Mohanan's avatar Murukesh Mohanan

file completion with =!, and some bodhitre stuff

parent 84e97d56
LaTeX-Box @ f4126633
Subproject commit 64eeb2dd9a0afd33ed8610a2d07416d126d5a2ef
Subproject commit f4126633c6a4357e3eb9e757115621e6bb6cb97c
syntastic @ 4fbe5f52
Subproject commit a17db15e7df7e77db18766a83a5fe3ea42b36793
Subproject commit 4fbe5f52c7c485da1f1169cfb16a69fb241667b3
......@@ -5,5 +5,9 @@ if has("gui_running")
endif
set path+=~/devel/elearning_academy/**
set wildignore+=/home/bro3886/devel/elearning_academy/elearning_academy/**
set textwidth=85
autocmd BufWritePost ~/devel/elearning_academy/* call system("collect.sh")
autocmd BufEnter ~/devel/elearning_academy/* let g:syntastic_python_python_exec = '/usr/bin/python2'
......@@ -51,6 +51,7 @@ set title
set titlelen=20
set laststatus=2
set wildignore+=*.aux,*.toc,*.pdf
set isfname-==
let g:tex_flavor = "latex"
......@@ -60,8 +61,8 @@ noremap < :tabp<CR>
noremap > :tabn<CR>
command! C let @/=""
cmap w!! w !sudo tee >/dev/null %
vnoremap cy "*y
vnoremap cp "*p
noremap cy "*y
noremap cp "*p
noremap <leader>p "+p
noremap <leader>y "+y
inoremap <Down> <C-o>gj
......@@ -90,7 +91,10 @@ let g:LatexBox_latexmk_options = ' -xelatex '
let g:LatexBox_latexmk_async = 1
let g:LatexBox_latexmk_preview_continuously = 1
let g:LatexBox_quickfix = 4
let g:ctrlp_prompt_mappings = {
\ 'AcceptSelection("e")': ['<c-t>'],
\ 'AcceptSelection("t")': ['<cr>', '<2-LeftMouse>'],
\ }
if has('cscope')
set cscopetag cscopeverbose
......
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