Hi bruceleeroy! ... Well, good news is, you accidentally used the old now deprecated crypt method, which is breakable. But I have no clue, how to do this. The...
134947
Tony Mechelynck
antoine.mechelynck@...
Dec 9, 2012 9:29 pm
... (boolean) to make split-windows as close to equal as possible ... (string) to decide whether 'equalalways39; applies to horizontal splits, vertical splits,...
134948
David Sanson
dsanson@...
Dec 9, 2012 10:47 pm
If you are just looking to replicate the experience of writeroom and its many clones in vim, poke around on github and you'll find several options. For...
134949
Ryan Feng
odayfans@...
Dec 9, 2012 10:52 pm
Hello Eric, Here's an English quickstart wiki page on vimim's website, you might want to check it: https://code.google.com/p/vimim/wiki/QuickStart I've used...
134950
唿™“泉
u1mail2me@...
Dec 9, 2012 11:55 pm
well, you are the man who speak English try to learn Chinese, i am the man speak Chinese who try to learn English, may be you can use Chinese as you default...
134951
ping
songpingemail@...
Dec 10, 2012 12:24 am
... vimim is the best chinese input method in vim. the cool/unique feature is, that you can ssh into a remote host that has vimim installed, and start input...
134952
ping
songpingemail@...
Dec 10, 2012 12:43 am
... any, overall, if d_ is same as dd, why bother the complexity? or are there any extra value of using d_ that I missed? -- You received this message from the...
134953
shawn wilson
ag4ve.us@...
Dec 10, 2012 2:42 am
... Don't write a script to do this. Don't use vim to test the crypt. I had a brief thought about writing a simple c program but here's the thing, If you can...
134954
Woody Wu
narkewoody@...
Dec 10, 2012 4:42 am
... I removed gvim info from the ~/.fluxbox/apps, but the strange behavior keeps same. ... I removed everything from my .(g)vimrc and .vim directory, then I...
134955
Gautier DI FOLCO
gautier.difolco@...
Dec 10, 2012 9:33 am
Hi all, I wanted to test tmux with vim 7.3.682, zsh 5.0.0, tmux 1.6 and konsole, but I have some troubles : - all my code inside vim is bold - the background...
134956
Christian Brabandt
cblists@...
Dec 10, 2012 2:40 pm
... The functionality is there and probably also being demanded by POSIX. But in any case, it should work, no matter what some options are set to. regards, ...
134957
Peng Yu
pengyu.ut@...
Dec 10, 2012 3:28 pm
Hi, In vim's source src/spell.c, I see "vi:set ts=8 sts=4 sw=4:". I'm wondering what it is used for. Shall vim recognize it to reconfigure vim while opening...
134958
Charles Campbell
Charles.E.Campbell@...
Dec 10, 2012 3:32 pm
... Regards, C Campbell -- 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...
134959
Ben Fritz
fritzophrenic@...
Dec 10, 2012 3:52 pm
... There is value in the _ motion, which goes to the first non-blank character in a line. It is like ^, but also takes a count to go to a different line than...
134960
Kevin O'Gorman
kogorman@...
Dec 10, 2012 3:53 pm
Those are modelines. Charles is suggesting you look up the help with the ... command Short form: you're right, vim recognizes them as commands if they're near...
134961
Paul
google1241@...
Dec 10, 2012 4:07 pm
When I run a macro that uses f,t,F, or T, a “YR:Enter character:” prompt pops up with “Press ENTER or type command to continue” beneath it. When I...
134962
ping
songpingemail@...
Dec 10, 2012 4:35 pm
... but also takes a count to go to a different line than the current in one motion. It is also easier to reach than ^ on a Dvorak keyboard. got it better now,...
134963
Peng Yu
pengyu.ut@...
Dec 10, 2012 5:33 pm
Hi, I'm wondering if there is a way to execute key strokes from a file. For example, I want to open a file main.vim, then type i, CTRL-R, %, which type the...
134964
Marcin Szamotulski
mszamot@...
Dec 10, 2012 5:53 pm
... I am not sure if this is what you want: you can use :argdo (or :windo, ... There to type you need to press ^V^R (i.e. CTRL-V followed by CTRL-R), to...
134965
Alexandre Provencio
alexandreprovencio@...
Dec 10, 2012 6:51 pm
My guess is that you should check vim and terminal's colorschemes. On the terminal side, I use urxvt so i set that on .Xresources, and for vim, try using...
134966
Bram Moolenaar
Bram@...
Dec 10, 2012 7:26 pm
Hello Vim users, I have updated the handy desktop calendar for 2013. It prints on one sheet of paper and, after folding and applying a bit of glue, stands on ...
134967
Ben Fritz
fritzophrenic@...
Dec 10, 2012 7:53 pm
... Yes, there is. See :help :source. If you use ":source!" the file is read as if typed from normal mode. If you use ":source" the file is read as a series of...
134968
Gautier DI FOLCO
gautier.difolco@...
Dec 10, 2012 9:05 pm
2012/12/10 Alexandre Provencio <alexandreprovencio@...> ... Thanks for your answer, I tried with solarized, I have a problem too. Is there a standard...
134969
ping
songpingemail@...
Dec 10, 2012 9:24 pm
I'm looking at a handy way to insert curr timestamp when writing, right in insert mode , e.g. in following texts I want it injected right after "today", and...
134970
bilibop project
quidame@...
Dec 11, 2012 12:18 am
... De: Gautier DI FOLCO <gautier.difolco@...> En apparence venant de: vim_use+bncBC46574IWAHBBQGYS2DAKGQEOBGKY5Q@googlegroups.com A:...
134971
Marcin Szamotulski
mszamot@...
Dec 11, 2012 12:22 am
... It seems you are using my plugin :). If you update vim to at least 7.3.686 (this is documented in the plugin). Best, Marcin -- You received this message...
134972
John Beckett
johnb.beckett@...
Dec 11, 2012 12:23 am
... The tip for that is: http://vim.wikia.com/wiki/Insert_current_date_or_time ... Don't know about that, but enter the following to find script ... John -- ...
134973
John Little
John.B.Little@...
Dec 11, 2012 12:37 am
... You have a command-mode mapping of <cr>. To find out where the mapping is coming from, run :scriptnames and see which is 113. Try pressing <esc> instead...
134974
ping
songpingemail@...
Dec 11, 2012 4:46 am
... oh yes this one "system.vim" of yours looks the culprit ... so looks I have to disable it in my usage case? 28 " Benefits: you get completion for system...