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
1b8094ea
Commit
1b8094ea
authored
Sep 29, 2015
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tab switching in normal mode only
parent
8b8ae121
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
6 additions
and
7 deletions
+6
-7
.gitignore
.gitignore
+1
-0
bundle/AnsiEsc.vim
bundle/AnsiEsc.vim
+0
-1
bundle/LaTeX-Box
bundle/LaTeX-Box
+0
-1
bundle/eregex.vim
bundle/eregex.vim
+0
-1
bundle/nerdtree
bundle/nerdtree
+1
-1
bundle/syntastic
bundle/syntastic
+1
-1
spell/en.utf-8.add
spell/en.utf-8.add
+1
-0
vimrc
vimrc
+2
-2
No files found.
.gitignore
View file @
1b8094ea
.VimballRecord
.netrwhist
doc/*
bundle/*/doc/tags
AnsiEsc.vim
@
d2bb7878
Subproject commit d2bb7878622e4c16203acf1c92a0f4bc7ac58003
LaTeX-Box
@
3c2901e1
Subproject commit 3c2901e12cb78bfb2be58ba4c62a488612550fe1
eregex.vim
@
e1692107
Subproject commit e1692107da0b678001127e9cdcacf028f5c246a8
nerdtree
@
0b44415a
Subproject commit
8c7534bc9e1d0c2f18bf94c1440c4ae6b102b5d6
Subproject commit
0b44415a3302030b56755cc1135ca9ca57dc1ada
syntastic
@
b8aef009
Subproject commit
8164240f6f0aaed2055dae45fc0e5c6f6ec30b3d
Subproject commit
b8aef009b15d5790df0bdd71d3cf32381ee4536a
spell/en.utf-8.add
View file @
1b8094ea
...
...
@@ -53,3 +53,4 @@ IIT
Firefox
Github
URLs
subdomains
vimrc
View file @
1b8094ea
...
...
@@ -71,8 +71,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