| gnuvince_ | s/ascii/utf8 ;-) |
| Xenguy | meh |
| nerve_ | hi, any mapping with the control-key fails for me in gvim, and vim, is there anyway to enable control-key shortcuts? |
| frogonwheels | They should be allowed. What were you trying to do? |
| tpope | they are allowed, but you can't use them on every key there is no ctrl-= for instance |
| nerve_ | i tried doing.. well. now it works. I tried them for next tab oh i know why they weren't working i wasn't adding a <cr> to the end of the command |
| frogonwheels | nerve_: you can use gt for the next tab |
| nerve_ | E492: Not an editor command: gt why is that? |
| frogonwheels | not :gt in normal mode |
| nerve_ | ah i see thats great |
| frogonwheels | and gT previous |
| ekim- | Is there any way I can use Vim for rich text ? |
| nerve_ | yea, i saw those on the vim site |
| frogonwheels | use latex - which you can generate rich text from. |
| ekim- | Cool |
| frogonwheels | or some other markup language.. |
| ekim- | Thats exactly what I want to do |
| frogonwheels | there are a few around nowdays |
| ekim- | I have been using html to format all my documents Which works fine But its a hack |
| frogonwheels | But not designed for pages really. |
| ekim- | No its not Its not designed for print but having to create a new html document if I just wanted something bold seemed a little rediculous |
| frogonwheels | I've even got a macro that auto-generates a html contents page :) |
| ekim- | Really ? |
| frogonwheels | Yep. |
| ekim- | is it on vim.org Or just for you |