summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Lai <jonathanlai@gmail.com>2020-12-17 17:28:09 -0800
committerPierre Neidhardt <mail@ambrevar.xyz>2020-12-18 10:47:09 +0100
commit63ddc09f3d73dc9bc769817e1e3f235d99dc15bd (patch)
tree4dda41fd321317a94f21f92c831c355117114e50
parentf8ef7dd43202862e6f89dd737fac18c028942f7b (diff)
CI Badge: Travis -> Github Actions
-rw-r--r--readme.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/readme.org b/readme.org
index 9f44a7f..dd78b37 100644
--- a/readme.org
+++ b/readme.org
@@ -1,6 +1,6 @@
#+TITLE: Evil Collection
-[[https://travis-ci.org/emacs-evil/evil-collection][file:https://travis-ci.org/emacs-evil/evil-collection.svg?branch=master]]
+[[https://github.com/emacs-evil/evil-collection/actions][file:https://github.com/emacs-evil/evil-collection/workflows/build/badge.svg?branch=master]]
[[https://melpa.org/#/evil-collection][file:https://melpa.org/packages/evil-collection-badge.svg]]
[[https://stable.melpa.org/#/evil-collection][file:https://stable.melpa.org/packages/evil-collection-badge.svg]]
@@ -256,11 +256,11 @@ more.
with ~<f3>~ and ~<f4>~.
A good rule of thumb would be:
-
+
- Always bind ~q~, ~ZZ~ and ~ZQ~ to the mode specific quitting functions. If there is none,
-
+
- Bind ~q~ and ~ZZ~ to ~quit-window~
-
+
- Bind ~ZQ~ to ~evil-quit~
- If macros don't make sense in current mode, then ~@~ is available.