recursive undo in git

2015-02-01 Thread shawn wilson
Is there a way to save or convert vim's undo history into a git history? -- -- 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 received this message b

Re:Re: How to set cursor position after jump to a tag?

2015-02-01 Thread Jiaxing Wang
At 2015-02-02 02:46:17, "Gary Johnson" wrote: >On 2015-01-31, Jiaxing Wang wrote: >> By default, the cursor is placed in the middle of the window after jump to a >> tag definition, >> but more often than not, a function's code is longer than half the window's >> height, so I have to >> press 'z'

Re: OMG, Vim is hard! [Was: Re: Oh no! Vim eats my text - Naughty Vim. [Was: Any poets here?]]

2015-02-01 Thread Xen
Sorry, nope, I would have read your thing (and I did later on, on gmail) but the wifi has indeed gone bad again so I had to use a silly computer with broken keyboard and a "bulldog" watch software kiosk thing that tries to limit everything a user can do. I was using a web terminal to access Alpine

Re: OMG, Vim is hard! [Was: Re: Oh no! Vim eats my text - Naughty Vim. [Was: Any poets here?]]

2015-02-01 Thread Xen
Apologies, this webmail thing keeps logging me out for no reason and refusing to save drafts. I accidentally clicked send, but I was not ready yet. Seems to be some strange Ubuntu thing. Please ignore this last message...: Quoting Xen : Sorry, nope, I would have read your thing (and I di

Re: OMG, Vim is hard! [Was: Re: Oh no! Vim eats my text - Naughty Vim. [Was: Any poets here?]]

2015-02-01 Thread Xen
Sorry, nope, I would have read your thing (and I did later on, on gmail) but the wifi has indeed gone bad again so I had to use a silly computer with broken keyboard and a "bulldog" watch software kiosk thing that tries to limit everything a user can do. I was using a web terminal to access Alpine

Re: Any poets here?

2015-02-01 Thread Guyzmo
o/ On Sun, Feb 01, 2015 at 10:59:38AM -0700, Brennen Bearnes wrote: > I use vim for most of what I don't write inside a browser, which > includes a lot of poetry and prose. you should try to use vimperator/pentadactyl (won't go in the fight between the two here, enough trolls happening latel

Re: OMG, Vim is hard! [Was: Re: Oh no! Vim eats my text - Naughty Vim. [Was: Any poets here?]]

2015-02-01 Thread guyzmo
On Sun, Feb 01, 2015 at 06:39:12PM +0100, kouzenn...@gmail.com wrote: > My god the idiocy of what you are writing, and you have no clue > either. I don't even have time to read the thing because I am on a > fucking terminal that times out every 30 seconds because the local > internet has decided

Re: Is there a way to quickly type ↵ in vim?

2015-02-01 Thread Tim Chase
On 2015-02-01 12:06, Peng Yu wrote: > I don't find ↵ in digraph. Is there a quick way to type it in vim? You can add your own digraph: :dig 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

Re: OMG, Vim is hard! [Was: Re: Oh no! Vim eats my text - Naughty Vim. [Was: Any poets here?]]

2015-02-01 Thread Tim Chase
On 2015-02-01 18:39, kouzenn...@gmail.com wrote: > Well if your life journey is about learning to use Vim, good luck > with it. > > I have better things to do with my time than to dedicate it to > learning a tool instead of using the tool or any other tool for > actula life purposes. Learning how

Re: Any poets here?

2015-02-01 Thread Tim Chase
On 2015-01-31 22:32, kouzenn...@gmail.com wrote: > Except that when I invoke vim.tiny on this Kubuntu, it does the > arrow keys correctly :p > > Debian the same. > > So not sure again. My memory sometimes also starts to fail as to > what exactly has been the experiences of a few hours ago ;-). >

Re: How to set cursor position after jump to a tag?

2015-02-01 Thread Gary Johnson
On 2015-01-31, Jiaxing Wang wrote: > By default, the cursor is placed in the middle of the window after jump to a > tag definition, > but more often than not, a function's code is longer than half the window's > height, so I have to > press 'z' after every '' to see more code. > > Is there a way

Re: Any poets here?

2015-02-01 Thread Tim Chase
On 2015-02-01 10:59, Brennen Bearnes wrote: > I'm not sure if I draw much of a distinction between the things > that make a good code editor and the things that make a good > literary text editor. I'd say that there are core editing functions, things that make coding easier, and things that make p

Re: Is there a way to quickly type ↵ in vim?

2015-02-01 Thread Geoff Liu
Use C-v in insert mode. For this one, it would be u21b5 See here for more: http://vim.wikia.com/wiki/Entering_special_characters cheers, Geoff -- -- 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 informatio

Is there a way to quickly type ↵ in vim?

2015-02-01 Thread Peng Yu
Hi, I don't find ↵ in digraph. Is there a quick way to type it in vim? http://www.fileformat.info/info/unicode/char/21b5/browsertest.htm -- Regards, Peng -- -- 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

Re: Any poets here?

2015-02-01 Thread Brennen Bearnes
On Fri, Jan 30, 2015 at 12:57 PM, Eric Weir wrote: > Wondering if there are any poets here who use vim in writing > poetry, either in the messy creative phase or the later > refining, polishing, and editing phase. If so, I’d be > interested in knowing how you use vim, how you find vim > helpful,

Re: OMG, Vim is hard! [Was: Re: Oh no! Vim eats my text - Naughty Vim. [Was: Any poets here?]]

2015-02-01 Thread kouzennoki
My god the idiocy of what you are writing, and you have no clue either. I don't even have time to read the thing because I am on a fucking terminal that times out every 30 seconds because the local internet has decided to play passmeon with itself. I saw you wrote something about "making pr

Re: Redirect output from command to a file?

2015-02-01 Thread Marcin Szamotulski
On 23:47 Sat 31 Jan , DwigtArmyOfChampions wrote: > I want to redirect output from the :hi command to a text file so I can > compare :hi before and after doing some syntax highlighting stuff. If my > sequence of commands is the following: > > :hi > :syntax reset > :hi > > I want to run a di