Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vimrc
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
vimrc
Commits
1b88fd90
Commit
1b88fd90
authored
Mar 10, 2015
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
switch to molokai, plugin updates
parent
9c7084f6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
5 deletions
+6
-5
bundle/LaTeX-Box
bundle/LaTeX-Box
+1
-1
bundle/airline
bundle/airline
+1
-1
bundle/syntastic
bundle/syntastic
+1
-1
vimrc
vimrc
+3
-2
No files found.
LaTeX-Box
@
0992511a
Subproject commit
f6e465c23ed918e04e9b0690ce5ab49df141094
c
Subproject commit
0992511ad9b250cbe53bccbec3b0cb24feca64e
c
airline
@
837f53cf
Subproject commit
1b8e4b965adc97af623bf71c046c7d7408aba725
Subproject commit
837f53cf79ccdff909e4aeeb9544f8b940ef8c2a
syntastic
@
69d20efc
Subproject commit
272fc7df3a87876eb2ebd69d29c93920ef8c57c1
Subproject commit
69d20efc620ff9edcc05d7d75a2f775f85284ed0
vimrc
View file @
1b88fd90
...
...
@@ -49,6 +49,7 @@ set complete=.,w,b,u,U,t,i,d " do lots of scanning on tab completion
set ttyfast " we have a fast terminal
set pastetoggle=<F10>
set title
set titlelen=20
set laststatus=2
nore ; :
...
...
@@ -62,13 +63,13 @@ vnoremap cp "*p
inoremap <Down> <C-o>gj
inoremap <Up> <C-o>gk
colorscheme murphy
execute pathogen#infect()
autocmd Bufenter,BufNew *.pro set syntax=prolog
autocmd Filetype gitcommit setlocal spell textwidth=72
autocmd Bufenter *.hs compiler ghc
colorscheme monokain
" From http://vi.stackexchange.com/questions/258/
autocmd BufWritePre *.sh if !filereadable(expand('%')) | let b:is_new = 1 | endif
autocmd BufWritePost *.sh if get(b:, 'is_new', 0) | silent execute '!chmod +x %' | endif
...
...
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