On 05/09 07:15, [email protected] wrote: > On Tuesday, May 9, 2017 at 10:01:03 PM UTC-4, [email protected] wrote: > > Hi, > > > > I am running vim on my Android tablet in a chrooted Linux (via > > LinuxDeploy.apk). > > > > For writing pieces of racket code I installed racket :) and > > vim-screen (https://github.com/ervandew/screen). > > > > This way it is possible to split the window of vim in two, write code > > in one window and send that code directly to the REPL of racket and > > let it be executed by racket -- very handy...except of one thing: > > > > The racket-window always opens below the code window. > > On a tablet this is not optimal since it has a touch screen and > > my hands with the pen cover the racket window partly. > > > > I didn't find a way to convince vim-screen to start the racket > > window _above_ the code window. > > > > Is there a way to accomplish this? > > > > Thanks a lot for any help in advance! > > Cheers > > Meino > > Check the 'splitbelow' option first, and make sure it's off. The alternative > isn't particularly fun, but it's not all that difficult. It just involves > setting up the proper autocommands.
vim-screen involves tmux. splitbelow does not work for me here. vim-screen is a plugin which either uses GnuScreen or tmux to accomplish the code execution. Cheers Meino -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
