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
103a902c
Commit
103a902c
authored
Sep 29, 2015
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://git.cse.iitb.ac.in/murukesh/vimrc
parents
fe7d3f90
60ab9e36
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
10 additions
and
12 deletions
+10
-12
.gitignore
.gitignore
+1
-0
.gitmodules
.gitmodules
+3
-4
bundle/AnsiEsc.vim
bundle/AnsiEsc.vim
+0
-1
bundle/LaTeX-Box
bundle/LaTeX-Box
+0
-1
bundle/colorschemes
bundle/colorschemes
+0
-1
bundle/eregex.vim
bundle/eregex.vim
+0
-1
bundle/molokai
bundle/molokai
+1
-0
bundle/nerdtree
bundle/nerdtree
+1
-1
bundle/syntastic
bundle/syntastic
+1
-1
spell/en.utf-8.add
spell/en.utf-8.add
+1
-0
spell/en.utf-8.add.spl
spell/en.utf-8.add.spl
+0
-0
vimrc
vimrc
+2
-2
No files found.
.gitignore
View file @
103a902c
.VimballRecord
.netrwhist
doc/*
bundle/*/doc/tags
.gitmodules
View file @
103a902c
...
...
@@ -38,10 +38,6 @@
path = bundle/airline
url = https://github.com/bling/vim-airline
ignore = dirty
[submodule "bundle/colorschemes"]
path = bundle/colorschemes
url = https://github.com/flazz/vim-colorschemes.git
ignore = dirty
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
...
...
@@ -51,3 +47,6 @@
[submodule "bundle/vimtex"]
path = bundle/vimtex
url = https://github.com/lervag/vimtex
[submodule "bundle/molokai"]
path = bundle/molokai
url = https://github.com/tomasr/molokai.git
AnsiEsc.vim
@
d2bb7878
Subproject commit d2bb7878622e4c16203acf1c92a0f4bc7ac58003
LaTeX-Box
@
3c2901e1
Subproject commit 3c2901e12cb78bfb2be58ba4c62a488612550fe1
colorschemes
@
28a989b2
Subproject commit 28a989b28457e38df620e4c7ab23e224aff70efe
eregex.vim
@
e1692107
Subproject commit e1692107da0b678001127e9cdcacf028f5c246a8
molokai
@
db8ce13b
Subproject commit db8ce13b3737d3ddea8368498183d7c204a762eb
nerdtree
@
0b44415a
Subproject commit
8c7534bc9e1d0c2f18bf94c1440c4ae6b102b5d6
Subproject commit
0b44415a3302030b56755cc1135ca9ca57dc1ada
syntastic
@
50d03158
Subproject commit
8164240f6f0aaed2055dae45fc0e5c6f6ec30b3
d
Subproject commit
50d0315835047c35a1f6f6edf214e612d6eae3d
d
spell/en.utf-8.add
View file @
103a902c
...
...
@@ -54,3 +54,4 @@ Firefox
Github
URLs
Apache2
subdomains
spell/en.utf-8.add.spl
0 → 100644
View file @
103a902c
File added
vimrc
View file @
103a902c
...
...
@@ -72,8 +72,8 @@ command! -nargs=? -complete=help H call Help2Url(<f-args>)
noremap ; :
noremap , ;
noremap < :tabp<CR>
noremap > :tabn<CR>
n
n
oremap < :tabp<CR>
n
n
oremap > :tabn<CR>
noremap <leader>, :bp<CR>
noremap <leader>. :bn<CR>
command! C let @/=""
...
...
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