Saturday, January 20, 2018

Transfer vim to other distro

Hello all,
until now I thought to transfer the hole vim-setup (plugins + Wiki) in Linux, is easy done, by just copy the .vimrc, .vim and wiki-folder to the home of the other mashine and distro. The first time I did–in Linuxmint– it worked fine. But now, doing so with dietpi (arm-raspberryPi-distro) the wiki does't work proper. So I tryed the same thing to for testing-reason, with a Knoppix-Distro, it also did not do the job. Also in both cases the colorchange of the cursor in different modes happens only after the first aktion in the new mode. For example after having changed to insert-mode it needs first a keystroke, until it the wished color appears. In normal-mode it is of course more annoying.

let &t_SI = "\<Esc>]12;yellow\x7" " insert-mode
let &t_SR = "\<Esc>]12;blue\x7" " overwrite-mode
let &t_EI = "\<Esc>]12;red\x7" " normal-mode

What could be the reason?
How to solve?

Thanks

Behappy

tasmo

--
--
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 vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: