3

For the vim-slime plugin, these are my settings:

let g:slime_target = "vimterminal"
let g:slime_paste_file = "$HOME/.slime_paste"
let g:slime_vimterminal_cmd = "sbcl --noinform --load " . @%
let g:slime_vimterminal_config = {"term_opencmd": "vert term | buffer %d", "term_finish": "close"}

What I wish to do is to have my terminal vertically split upon opening. Currently, it splits my terminal horizontally. I did some research and found out that I can manipulate these settings for slime_vimterminal_config. My idea is to run vert term and pipe that to my screen buffer, as seen above. This is still not splitting my screen vertically. Does anyone familiar with the plugin know what to do?

1
  • 1
    Have you tried steps discussed here, in particular: let g:slime_vimterminal_config = { "vertical": 1 }? Commented Apr 6, 2022 at 20:51

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.