Add vim slime defaults
This commit is contained in:
parent
c40302b8d3
commit
7a16cb7698
3
init.sh
3
init.sh
|
@ -54,6 +54,9 @@ map <C-r> :CtrlPBufTag<cr>
|
||||||
" I don't want to pull up these folders/files when calling CtrlP
|
" I don't want to pull up these folders/files when calling CtrlP
|
||||||
set wildignore+=*/vendor/**
|
set wildignore+=*/vendor/**
|
||||||
set wildignore+=*/node_modules/**
|
set wildignore+=*/node_modules/**
|
||||||
|
let g:slime_target = "tmux"
|
||||||
|
let g:slime_default_config = {"socket_name": "default", "target_pane": "1"}
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
export VISUAL=vim
|
export VISUAL=vim
|
||||||
|
|
Loading…
Reference in New Issue