projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
3bdc98f
)
[vim] set pastetoggle with <leader>p
author
Amin Bandali
<me@aminb.org>
Thu, 28 May 2015 02:34:13 +0000
(22:34 -0400)
committer
Amin Bandali
<me@aminb.org>
Thu, 28 May 2015 02:34:13 +0000
(22:34 -0400)
vim/.vimrc
patch
|
blob
|
blame
|
history
diff --git
a/vim/.vimrc
b/vim/.vimrc
index
8fb0035
..
58f3b17
100644
(file)
--- a/
vim/.vimrc
+++ b/
vim/.vimrc
@@
-177,8
+177,8
@@
let g:UltiSnipsJumpBackwardTrigger="<s-tab>"
set shiftwidth=4
set expandtab
set shiftwidth=4
set expandtab
-
"
let g:ctrlp_map = '<space>'
-let g:ctrlp_map = '<leader>p'
+let g:ctrlp_map = '<space>'
+
"
let g:ctrlp_map = '<leader>p'
set wildignore+=*/build/**
let g:android_sdk_path= '/Applications/Android\ Studio.app/sdk/'
let g:android_adb_tool= '/Applications/Android\ Studio.app/sdk/platform-tools/adb'
set wildignore+=*/build/**
let g:android_sdk_path= '/Applications/Android\ Studio.app/sdk/'
let g:android_adb_tool= '/Applications/Android\ Studio.app/sdk/platform-tools/adb'
@@
-236,7
+236,7
@@
let g:indentLine_char = '¦'
let &t_SI = "\<Esc>]50;CursorShape=1\x7"
let &t_EI = "\<Esc>]50;CursorShape=0\x7"
let &t_SI = "\<Esc>]50;CursorShape=1\x7"
let &t_EI = "\<Esc>]50;CursorShape=0\x7"
-set pastetoggle=<leader>
t
+set pastetoggle=<leader>
p
"set conceallevel=0
"let g:vim_json_syntax_conceal = 0
"set conceallevel=0
"let g:vim_json_syntax_conceal = 0