From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kendall Shaw Newsgroups: gmane.emacs.help Subject: List of evil ex commands? Date: Sat, 31 Oct 2015 11:42:50 -0700 Message-ID: <56350BAA.2010700@kendallshaw.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1446316999 15470 80.91.229.3 (31 Oct 2015 18:43:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 31 Oct 2015 18:43:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 31 19:43:12 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Zsb7Q-0003Vm-De for geh-help-gnu-emacs@m.gmane.org; Sat, 31 Oct 2015 19:43:12 +0100 Original-Received: from localhost ([::1]:56693 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zsb7P-0007b4-TO for geh-help-gnu-emacs@m.gmane.org; Sat, 31 Oct 2015 14:43:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zsb7F-0007ag-4g for help-gnu-emacs@gnu.org; Sat, 31 Oct 2015 14:43:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zsb7A-0006qH-6B for help-gnu-emacs@gnu.org; Sat, 31 Oct 2015 14:43:01 -0400 Original-Received: from c.mail.sonic.net ([64.142.111.80]:60686) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zsb79-0006q2-UA for help-gnu-emacs@gnu.org; Sat, 31 Oct 2015 14:42:56 -0400 Original-Received: from kitsune-ko.localdomain (70-36-187-124.dsl.dynamic.sonic.net [70.36.187.124]) (authenticated bits=0) by c.mail.sonic.net (8.15.1/8.15.1) with ESMTPSA id t9VIgo5I011070 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Sat, 31 Oct 2015 11:42:51 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 X-Sonic-CAuth: UmFuZG9tSVa0EdPyw/cvq74vjuw3YRflcrAgpRZNn2w6Pj2BG4Zh0KdQaLLgxGgseQTCMrV6BHX8qiIoCPMJDVfkJRUm5xVn X-Sonic-ID: C;bmMpMP9/5RG84L0U9jFv0A== M;cAqUMP9/5RG84L0U9jFv0A== X-Sonic-Spam-Details: 0.0/5.0 by cerberusd X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 64.142.111.80 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:107877 Archived-At: I know there is an evil list but I've tried twice and had not response when trying to join. 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... Do you know where I can find a list of ex commands in evil. I didn't immediately find it looking at evil-ex.el. Kendall