[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: List of evil ex commands?
From: |
Random832 |
Subject: |
Re: List of evil ex commands? |
Date: |
Sat, 31 Oct 2015 15:34:06 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Kendall Shaw <kshaw@kendallshaw.com> writes:
> In vi/vim, to find a file I type :ex. In evil this quits emacs. So, do
> people use C-z C-x C-f to find a file? I'm using helm, so for me it is
> C-z C-x C-f C-k ./ to find a file...
That's a pretty obscure command (though it does exist, so it's arguably
a bug in evil that it doesn't have it). Most people, whether they're
using vi, vim, or I assume evil, use :e (which is short for :edit).