On 11/3/06, Danek Duvall <[EMAIL PROTECTED]> wrote:
I've also found that adding "-u " to the commandline makes it work.
It doesn't matter whether is "NONE", "/dev/null", or even
"~/.vimrc" -- it works in all cases.
Strange. I tried this method, and I have still have the problem.
Hi Samuel:
Thanks for the link to GtdWithVim! Actually I saw it
on the vim script site just after writing my hack.
I didn't have a chance yet to try it out, but as far
as I understand from the script description it's
philosophy is quite different.
GtdWithVim seems to work independently from any
Hi Yakov,
On 11/3/06, Yakov Lerner <[EMAIL PROTECTED]> wrote:
On 11/3/06, Yegappan Lakshmanan <[EMAIL PROTECTED]> wrote:
> Hi Yakov,
>
> On 11/3/06, Yakov Lerner <[EMAIL PROTECTED]> wrote:
> > How do I execute command without adding it to command
> > history ? (I need it for the command on the r
Cezary Kułakowski wrote:
Hi,
I've recently updated my vim to 7.0.17 version (from some 6 version)
and I have very annoying problem with it: when I write some code in C++
vim doesn't add new tab after I make new scope (by "{\n") and doesn't
remove one tab after I close scope("}\n"). Can anybod
Hi,
I've recently updated my vim to 7.0.17 version (from some 6 version)
and I have very annoying problem with it: when I write some code in C++
vim doesn't add new tab after I make new scope (by "{\n") and doesn't
remove one tab after I close scope("}\n"). Can anybody met this problem
before?
On Nov 3, 2006, at 3:29 PM, Paul Irofti wrote:
On Friday 03 November 2006 22:25, you wrote:
On Nov 3, 2006, at 3:13 PM, Paul Irofti wrote:
I've just switched to dvorak and was wondering if there's any
support for dvorak keyboards as the old qwerty keyboard mappings
tend to screw up all logic
On 11/3/06, Yakov Lerner <[EMAIL PROTECTED]> wrote:
On 11/3/06, Yegappan Lakshmanan <[EMAIL PROTECTED]> wrote:
> Hi Yakov,
>
> On 11/3/06, Yakov Lerner <[EMAIL PROTECTED]> wrote:
> > How do I execute command without adding it to command
> > history ? (I need it for the command on the rhs of the m
On 11/3/06, Yegappan Lakshmanan <[EMAIL PROTECTED]> wrote:
Hi Yakov,
On 11/3/06, Yakov Lerner <[EMAIL PROTECTED]> wrote:
> How do I execute command without adding it to command
> history ? (I need it for the command on the rhs of the mappnig)
>
You can try using "call histdel('cmd', -1)" after
Hi Yakov,
On 11/3/06, Yakov Lerner <[EMAIL PROTECTED]> wrote:
How do I execute command without adding it to command
history ? (I need it for the command on the rhs of the mappnig)
You can try using "call histdel('cmd', -1)" after executing a command
from your map.
- Yegappan
Marius Roets wrote:
On 11/3/06, Jean-Rene David <[EMAIL PROTECTED]> wrote:
I thought of using :q but that closes vim if only
one window is open.
Am I missing something obvious?
Then F2 opens explorer in a new tab, and q closes the tab, and
you should be back where you were before pressing
I've just switched to dvorak and was wondering if there's any support
for dvorak keyboards as the old qwerty keyboard mappings tend to screw
up all logic in command mode (specially movement).
How do I execute command without adding it to command
history ? (I need it for the command on the rhs of the mappnig)
Yakov
This may be a Windows issue, but maybe someone here can help me solve it.
Using gVim, when I open a file with .h extension and then try to open
another .h file, the FileOpen dialog has the file filter set to
"*.cpp,*.c++". I have to manually force it back to either All or *.h. Is
there some w
On 11/3/06, Jean-Rene David <[EMAIL PROTECTED]> wrote:
I thought of using :q but that closes vim if only
one window is open.
Am I missing something obvious?
I use :Sexplore (or :Vexplore) to open the explorer. Then it's not a
problem using :q. Or if you really want to be fancy, put this in yo
Thanks to all, the abbreviation method seems to work now. I had used
'abbreviate' in my _vimrc file and it wasn't working. I changed it to
'ab' and it works fine. I'm not sure if I read the message wrong or if
both should work.
Anyway thanks again for all the help.
On 11/2/06, Yegappan Lakshmana
Jean-Rene David wrote:
Say I open vim7's new super duper file explorer
"netrw" to browse some local directory. Say then I
decide I don't want to open any new file and just
want to go back to what I was doing. What would be
the standard way to do that?
I can use to eventually land up where I wa
[EMAIL PROTECTED] wrote:
Hello Vimmers,
I've seen recently in the mailing list an interesting post/question about
searching for a list of fies containing a pattern.
The answer was that we could use :Explore or :vimgrep.
For me, the first solution seems the best.
I have a friend of mine that
Say I open vim7's new super duper file explorer
"netrw" to browse some local directory. Say then I
decide I don't want to open any new file and just
want to go back to what I was doing. What would be
the standard way to do that?
I can use to eventually land up where I was
but I need to backtrack
Hi All,
I Have the below configuration in vimrc
inoremap :set imd
nnoremap i :set noimdi
Press "Esc" to change from insert mode to normal mode DO
disable the input method.
But after that, when I press "i" to change from normal mode
back to insert mode, the input method is not enbabled (i
Thank you!
On 03/11/06, Georg Dahn <[EMAIL PROTECTED]> wrote:
Hi!
Just try the following mappings:
" Make cursor keys ignore wrapping
inoremap =pumvisible() ? "\Down>" : "\C-O>gj"
inoremap =pumvisible() ? "\Up>" : "\C-O>gk"
You can find them in evim.vim.
Best wishes,
Georg
Hi!
To get a more intuitive behaviour of movement through wrapped lines, I
added the following mapping:
inoremap gj
[...]
>
The bar stays for the cursor here.
Just try the following mappings:
" Make cursor keys ignore wrapping
inoremap =pumvisible() ? "\Down>" : "\C-O>gj"
inoremap =p
Hi!
To get a more intuitive behaviour of movement through wrapped lines, I
added the following mapping:
inoremap gj
Works fine, but a strange thing appeared. When the editor is in
omni-completion mode (actually, I was editing a docbook file), and I
accidentally press instead of , the edito
Hello Vimmers,
I've seen recently in the mailing list an interesting post/question about
searching for a list of fies containing a pattern.
The answer was that we could use :Explore or :vimgrep.
For me, the first solution seems the best.
I have a friend of mine that is using emacs, which has th
23 matches
Mail list logo