Make conqueTerm behave nicer when running long running commands inside it
This commit is contained in:
parent
a1feddbd39
commit
0eab6e9ad6
@ -1,7 +1,7 @@
|
||||
" Run the current file in a ConqueTerm, great for ruby tests
|
||||
let g:ConqueTerm_InsertOnEnter = 0
|
||||
let g:ConqueTerm_InsertOnEnter = 1
|
||||
let g:ConqueTerm_CWInsert = 1
|
||||
let g:ConqueTerm_Color = 2
|
||||
let g:ConqueTerm_ReadUnfocused = 1 " update conqueterm buffer while we're not looking (for running tests)
|
||||
|
||||
" Open up a variety of commands in the ConqueTerm
|
||||
nmap <silent> <Leader>cc :execute 'ConqueTermSplit script/console --irb=pry'<CR>
|
||||
|
Loading…
x
Reference in New Issue
Block a user