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
ceb3de8b
Commit
ceb3de8b
authored
Aug 31, 2016
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Plain Diff
merge
parents
63cc2f7c
2d33b98e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
.vim/ftplugin/tex.vim
.vim/ftplugin/tex.vim
+1
-1
.vim/spell/en.utf-8.add
.vim/spell/en.utf-8.add
+2
-0
.vim/vimrc
.vim/vimrc
+1
-1
No files found.
.vim/ftplugin/tex.vim
View file @
ceb3de8b
...
@@ -5,7 +5,7 @@ setlocal spell spelllang=en_gb
...
@@ -5,7 +5,7 @@ setlocal spell spelllang=en_gb
autocmd
CursorHold
<
buffer
>
update
autocmd
CursorHold
<
buffer
>
update
inoremap
<
buffer
>
$ $$
<
left
>
inoremap
<
buffer
>
$ $$
<
left
>
inoremap
<
buffer
>
gls
\gls
{}<
left
>
inoremap
<
buffer
>
<
leader
>
g
\gls
{}<
left
>
inoremap
<
buffer
>
glr \gls
{
rsa
}
inoremap
<
buffer
>
glr \gls
{
rsa
}
inoremap
<
buffer
>
glg \gls
{
gpg
}
inoremap
<
buffer
>
glg \gls
{
gpg
}
inoremap
<
buffer
>
glf \gls
{
fr
}
inoremap
<
buffer
>
glf \gls
{
fr
}
...
...
.vim/spell/en.utf-8.add
View file @
ceb3de8b
...
@@ -72,3 +72,5 @@ manpages
...
@@ -72,3 +72,5 @@ manpages
filetype
filetype
QEMU
QEMU
deduplication
deduplication
ciphertext
ciphertexts
.vim/vimrc
View file @
ceb3de8b
...
@@ -194,7 +194,7 @@ let g:ctrlp_prompt_mappings = {
...
@@ -194,7 +194,7 @@ let g:ctrlp_prompt_mappings = {
let g:ctrlp_max_depth = 40
let g:ctrlp_max_depth = 40
let g:ctrlp_max_files = 10000
let g:ctrlp_max_files = 10000
let g:ctrlp_custom_ignore = {
let g:ctrlp_custom_ignore = {
\ 'dir': '\v[\/](plugged|undo|view|\.git)$'
\ 'dir': '\v[\/](plugged|undo|view|\.git
|_site
)$'
\ }
\ }
let g:DiffColors = 100
let g:DiffColors = 100
let g:DiffUnit = "Word3"
let g:DiffUnit = "Word3"
...
...
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