Searching/Researching information on local files

2016-09-21 Thread Fernando Botelho
Hi everyone, Like many other blind persons, I have accumulated a large number of books, saved in txt and other formats. I also have a lot of personal files and saved articles. I know the command line offers a variety of ways to do word searches and pattern matching throughout the disk. But

Re: Searching for a typing game

2016-09-21 Thread Patrick Davey
On Wednesday, September 21, 2016 at 1:24:20 AM UTC+1, Fernando botelho wrote: > Hi everyone, > > I am searching for a game to teach typing, which might run in vim or on > the command line (bash). > there is gtypist (apt-get install gtypist) -- -- You received this message from the "vim_use"

Re: vim & ctags: how to jump to the definition in new window

2016-09-21 Thread Bryan Richter
On Wed, Sep 21, 2016 at 10:49:48AM +0800, 张正宇 wrote: > Hello list! > > I am reading some source code with vim & ctags these days. You know > sometimes people just forget those input/output parameters while > diving into functions ... > > So, is there some good way to open a new window to view

Re: Searching for a typing game

2016-09-21 Thread Fernando Botelho
Thanks everyone for the help with the typing games. I will try those out. Best, Fernando -- -- 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

Match pattern not containing subpattern in between

2016-09-21 Thread Nicola
Hello, I can't figure out how to match a pattern with the following structure: ; 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

Re: vim & ctags: how to jump to the definition in new window

2016-09-21 Thread Marc Weber
s then use :tjump or such -> you can write a mapping easily such as :nnoremap s:tjump Marc Weber -- -- 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 ---

vim & ctags: how to jump to the definition in new window

2016-09-21 Thread 张正宇
Hello list! I am reading some source code with vim & ctags these days. You know sometimes people just forget those input/output parameters while diving into functions ... So, is there some good way to open a new window to view the definition after I press 'G+] ' while keep the previous file

Re: Searching for a typing game

2016-09-21 Thread Markus Osterhoff
* Fernando Botelho [160920 23:25]: > I am searching for a game to teach typing, which might run in vim or on > the command line (bash). You are probably searching for typespeed http://typespeed.sourceforge.net/ Greetings, mo -- -- You received this message