Removed space.vim, messing with semicolon mapping
This commit is contained in:
parent
8f193284a9
commit
f1a6d461a4
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -139,9 +139,6 @@
|
|||||||
[submodule "vim/bundle/kana-vim-textobj-user"]
|
[submodule "vim/bundle/kana-vim-textobj-user"]
|
||||||
path = vim/bundle/kana-vim-textobj-user
|
path = vim/bundle/kana-vim-textobj-user
|
||||||
url = https://github.com/kana/vim-textobj-user
|
url = https://github.com/kana/vim-textobj-user
|
||||||
[submodule "vim/bundle/spiiph-vim-space"]
|
|
||||||
path = vim/bundle/spiiph-vim-space
|
|
||||||
url = https://github.com/spiiph/vim-space
|
|
||||||
[submodule "vim/bundle/austintaylor-vim-indentobject"]
|
[submodule "vim/bundle/austintaylor-vim-indentobject"]
|
||||||
path = vim/bundle/austintaylor-vim-indentobject
|
path = vim/bundle/austintaylor-vim-indentobject
|
||||||
url = https://github.com/austintaylor/vim-indentobject
|
url = https://github.com/austintaylor/vim-indentobject
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 9440e388cc75754ab7c58441f3ef965a70a411db
|
|
5
vimrc
5
vimrc
@ -102,7 +102,10 @@ if has("gui_running")
|
|||||||
set background=dark
|
set background=dark
|
||||||
|
|
||||||
" Show tab number (useful for Cmd-1, Cmd-2.. mapping)
|
" Show tab number (useful for Cmd-1, Cmd-2.. mapping)
|
||||||
set guitablabel=%N:\ %t\ %M
|
" For some reason this doesn't work as a regular set command,
|
||||||
|
" (the numbers don't show up) so I made it a VimEnter event
|
||||||
|
autocmd VimEnter * set guitablabel=%N:\ %t\ %M
|
||||||
|
|
||||||
set lines=60
|
set lines=60
|
||||||
set columns=190
|
set columns=190
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user