Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
home
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Murukesh Mohanan
home
Commits
702e3176
Commit
702e3176
authored
Apr 22, 2015
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
file completion with =!, and some bodhitre stuff
parent
84e97d56
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
5 deletions
+13
-5
.vim/bundle/LaTeX-Box
.vim/bundle/LaTeX-Box
+1
-1
.vim/bundle/syntastic
.vim/bundle/syntastic
+1
-1
.vim/local/lab-pc.vim
.vim/local/lab-pc.vim
+4
-0
.vim/vimrc
.vim/vimrc
+7
-3
No files found.
LaTeX-Box
@
f4126633
Subproject commit
64eeb2dd9a0afd33ed8610a2d07416d126d5a2ef
Subproject commit
f4126633c6a4357e3eb9e757115621e6bb6cb97c
syntastic
@
4fbe5f52
Subproject commit
a17db15e7df7e77db18766a83a5fe3ea42b3679
3
Subproject commit
4fbe5f52c7c485da1f1169cfb16a69fb241667b
3
.vim/local/lab-pc.vim
View file @
702e3176
...
...
@@ -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'
.vim/vimrc
View file @
702e3176
...
...
@@ -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 %
v
noremap cy "*y
v
noremap 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment