diff options
| author | Jonathan Lai <jonathanlai@gmail.com> | 2020-12-17 17:28:09 -0800 |
|---|---|---|
| committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-12-18 10:47:09 +0100 |
| commit | 63ddc09f3d73dc9bc769817e1e3f235d99dc15bd (patch) | |
| tree | 4dda41fd321317a94f21f92c831c355117114e50 | |
| parent | f8ef7dd43202862e6f89dd737fac18c028942f7b (diff) | |
CI Badge: Travis -> Github Actions
| -rw-r--r-- | readme.org | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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. |
