💾 Archived View for sdf.org › tyjak › 230516-fix-vim-tmux.gmi captured on 2023-09-28 at 16:35:17. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-06-14)

-=-=-=-=-=-=-

Fix vim colorscheme in tmux

I'm using vim in tmux for writting my gemtext. But I scratched my head to find out a solution to have correct color.

So this what works for me :

let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"