Re: Is it possible to run javascript inside of vim?

2013-07-26 Thread Ümit Kablan
Hi, 26 Temmuz 2013 Cuma tarihinde Dahong Tang adlı kullanıcı şöyle yazdı: Hi, does anyone know if it is possible to run javascript from inside of vim? for example, If I have a js script that I want to run, could I open an immediate window in vim, run the js script inside of vim, and get the

Re: generate .cpp file framework from .h file

2013-07-20 Thread Ümit Kablan
Hi, 20 Temmuz 2013 Cumartesi tarihinde Zhihua Lee adlı kullanıcı şöyle yazdı: Is there a plugin for vim that helps me generate .c or .cpp file framework from .h file. I have searched on some forums,but I can't find something wanted. Any help will be appreciated. Use protodef from Derek

Re: How to get the current paragraph as input range to function

2013-02-25 Thread Ümit Kablan
Hi, 2013/2/25 John Little john.b.lit...@gmail.com: On Monday, February 25, 2013 10:56:21 PM UTC+13, BPJ wrote: a way to have a function use the current -- blank-line delimited -- paragraph as its input range. Is there any way to do that other than first visually selecting the paragraph?

Terminal Keycodes Sent To Vim

2013-02-23 Thread Ümit Kablan
Hi Vimmers, I have recently made a huge upgrade to my Arch Linux which caused the terminal (I use LXTermial or Sakura) send different keycodes than before. i.e. doing Ctrl-VLeft I see ^[[1;3D]. Since I have a Xmodmap configuration to use AltGr-HJKL as arrow keys

Re: Search in the C-] tag selection window

2012-12-26 Thread Ümit Kablan
Hey, 26 Aralık 2012 Çarşamba tarihinde Woody Wu adlı kullanıcı şöyle yazdı: Hi, When I press C-] on a word, and if there word matches more than one tags, then vim will prompt with a list, I then choice a entry number in the list before it jumps to the desired destination. But, in some

Plugins: Good Use-Couples

2012-05-04 Thread Ümit Kablan
couples? I want to hear about them, may be we can start a wiki page with those collections. -- Ümit Kablan -- 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

Re: Macro-keys

2012-04-26 Thread Ümit Kablan
Hi, 26 Nisan 2012 17:32 tarihinde Ben Fritz fritzophre...@gmail.com yazdı: On Wednesday, April 25, 2012 12:31:42 PM UTC-5, Benjamin R. Haskell wrote: :help q says, The 'q' command is disabled while executing a register, and it doesn't work inside a mapping and :normal. It works fine