vim_use [email protected] http://groups.google.com/group/vim_use?hl=en
Today's most active topics: * Arrow keys in edit mode - 8 new http://groups.google.com/group/vim_use/t/83a9cb0110519385?hl=en * Mapping <C-X><C-O> to Something More Simple for omni-completion Doesn't Work - 8 new http://groups.google.com/group/vim_use/t/55cd2d434ab72470?hl=en * I can't "remap" <Shift-F4> key - 4 new http://groups.google.com/group/vim_use/t/35bf389066e1dfb4?hl=en * Improvements for vim.org/scripts - 3 new http://groups.google.com/group/vim_use/t/94ba7d11455f6eeb?hl=en * diff on a whole directory - 2 new http://groups.google.com/group/vim_use/t/138354345dc88ffe?hl=en Active Topics ------------- I can't "remap" <Shift-F4> key - 4 new -------------------------------------- Hi, ludo wrote: ...which system are you on? And what do you see when you enter <C-V><F4> and <C-V><S-F4> while you are in insert mode? Regards, Jürgen - Tues, Dec 9 2008 1:57 am 4 messages , 3 authors http://groups.google.com/group/vim_use/t/35bf389066e1dfb4?hl=en Improvements for vim.org/scripts - 3 new ---------------------------------------- ...Afaik, there is nothing. :/ Richard - Tues, Dec 9 2008 3:03 am 3 messages , 3 authors http://groups.google.com/group/vim_use/t/94ba7d11455f6eeb?hl=en TOVL supports backgrounding - enhanced documentation - 1 new ------------------------------------------------------------ Hi @ll ...You can use the TOVL library to run tasks in the background now. It looks like this: let p = tovl#runtaskinbackground#NewPr ocess( \ {'name' : 'compilation', 'cmd': ["/bin/sh","-c",'sleep 10; echo done']}) call p.Run() By setting your own process object decorator you can do fancy things - Tues, Dec 9 2008 6:17 am 1 message, 1 author http://groups.google.com/group/vim_use/t/9ffd6791ff3ce355?hl=en Arrow keys in edit mode - 8 new ------------------------------- ... One suggestion: Use <C-O> or <C-\><C-O> instead of <Esc>...a to execute the following normal-mode command and return to insert mode automatically. ... - Tues, Dec 9 2008 6:50 am 8 messages , 3 authors http://groups.google.com/group/vim_use/t/83a9cb0110519385?hl=en diff on a whole directory - 2 new --------------------------------- ...On my system, diff rejects -R as "invalid option". Looking into "man 1 diff " or "info diff" shows that it should have been either -r or --recursive (but in lowercase). You may want other options to define the diff format -- RTFM. Note that AFAICT diff will not only list files present in only one directory tree, - Tues, Dec 9 2008 7:50 am 2 messages , 1 author http://groups.google.com/group/vim_use/t/138354345dc88ffe?hl=en yank missing? - 1 new --------------------- ...6.2 is obsolete, and has long been so (since then, 6.3, 6.4, 7.0 and 7.1 have all come and gone; the latest version is ATM 7.2.068). SuSE 9.4 is also obsolete (the current version is 11.0, and 11.1 will probably be released before the end of the year -- which means the end of the month by now, of course). - Tues, Dec 9 2008 8:25 am 1 message, 1 author http://groups.google.com/group/vim_use/t/eefa8a41bc04f1bd?hl=en Mapping <C-X><C-O> to Something More Simple for omni-completion Doesn't Work - 8 new ----- Hello, I have vim 7.2.22 on Mac OS X. I have configured (exuberant) ctags and they work great with omni-completion. I also use the OmniCppComplete plugin because mainly I work on C++ code. I want to map the default keybinding for omni-completion to something more easy to type. I have tried a lot of different options like: - Tues, Dec 9 2008 8:41 am 8 messages , 3 authors http://groups.google.com/group/vim_use/t/55cd2d434ab72470?hl=en define a KeyMap which combines two command - 1 new -------------------------------------------------- ...Normally, the | character terminates the ":map" command. To use it in a { rhs}, use <Bar> instead. Best regards, Tony. - Tues, Dec 9 2008 9:15 am 1 message, 1 author http://groups.google.com/group/vim_use/t/73d310eb0a9f79b1?hl=en dbext and mysql odbc - 1 new ---------------------------- Hello all, I am trying to run vim as mysql client as I had enough with the query browser. things are not going very well and not a lot of resources on the net. The tutorial that comes with it, is long and tends to show the features more than showing how to use them. If some one on this list have had any luck with this plugin, please let me know how to choose a - Tues, Dec 9 2008 8:30 pm 1 message, 1 author http://groups.google.com/group/vim_use/t/66d163511c1685d9?hl=en Vim as a Manpager - 1 new ------------------------- ...Here is what works for me -- just two steps: 1. Put this near the top of your ~/.vimrc on the remote host. That's two single quotes ('') which means to reset it to empty so Vim won't try to call itself if you follow links inside of one man page to another: let $PAGER='' 2. Add this to your ~/.bashrc on the remote host - Tues, Dec 9 2008 11:01 pm 1 message, 1 author http://groups.google.com/group/vim_use/t/d4f60ad23fed294e?hl=en Howto change selected text's color background ? - 2 new ------------------------------------------------------- Hi all :-) , Howto change color background of selected text :confused: Thanx - Wed, Dec 10 2008 2:31 am 2 messages , 1 author http://groups.google.com/group/vim_use/t/a2c7c584526256c3?hl=en ============================================================================== You received this message because you are subscribed to the Google Groups "vim_use" group. To post to this group, send email to [email protected] or visit http://groups.google.com/group/vim_use?hl=en To unsubscribe from this group, send email to [email protected] To change the way you get mail from this group, visit: http://groups.google.com/group/vim_use/subscribe?hl=en To report abuse, send email explaining the problem to [email protected] ============================================================================== Google Groups: http://groups.google.com/?hl=en --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
