This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/layers
John Lee 9d2a1085ee Fix key bindings for wgrep
The problem was not with the existing bindings, but rather:

1. C-x C-e (spacemacs//counsel-edit -- from an ivy completion session) would
land you in an ivy-occur buffer with wgrep enabled but in motion state.  This
meant the spacemacs key bindings for wgrep were not available.  In particular,
the usual routine is:

* (enter ivy completion session, e.g. with SPC s a P)
* C-c C-e
* edit the buffer as needed
* , , (wgrep-finish-edit)
* , s wgrep-save-all-buffers

2. That last binding (, s) was not there.

One issue is that , s is available before wgrep-finish-edit is called, which is
confusing because I don't think it has any useful function at that point in
time.
2018-08-21 23:52:22 +03:00
..
+chat Avoid non-idempotent use of push in init code 2018-06-05 22:17:13 -04:00
+checkers doc: revise docs for auto-complete and syntax-checking layers 2018-08-15 22:15:45 +01:00
+completion Fix key bindings for wgrep 2018-08-21 23:52:22 +03:00
+distributions Reformat docs 2018-07-20 02:45:21 +03:00
+emacs doc: fix small typo in semantic feature block 2018-08-09 21:57:58 +01:00
+email Reformat docs 2018-07-20 02:45:21 +03:00
+filetree Window splitting with custom delete 2018-05-31 01:16:57 +03:00
+fonts/unicode-fonts Revert "Defer packages by default using use-package-always-defer" 2018-03-03 23:40:10 -05:00
+frameworks Fixes React imports when using web beautify. 2018-08-16 00:55:32 +03:00
+fun Revert "Defer packages by default using use-package-always-defer" 2018-03-03 23:40:10 -05:00
+intl Add chinese-conv package to chinese layer. 2018-08-21 00:27:37 +03:00
+lang Clojure layer: make sayid optional 2018-08-21 22:42:17 +03:00
+misc Fixes copy-as-format documentation 2018-07-27 01:20:09 +03:00
+music/spotify New layer category +music, move spotify layer 2018-06-06 00:36:10 -04:00
+os Associate nix-mode with .nix files 2018-08-16 00:19:11 +03:00
+pair-programming/floobits Revert "Defer packages by default using use-package-always-defer" 2018-03-03 23:40:10 -05:00
+readers Fix Elfeed not saving on quit 2018-08-20 22:40:53 +01:00
+source-control github: Disable status, issues, and PRs by default 2018-08-18 15:06:26 -04:00
+spacemacs Fix updating buffer names in window configurations 2018-08-21 23:27:31 +03:00
+tags doc: fix various errors in gtags layer README 2018-08-20 22:13:48 +01:00
+themes Reformat docs 2018-07-20 02:45:21 +03:00
+tools only use javascript-typescript-langserver for javascript, react, typescript 2018-08-03 01:37:36 +03:00
+vim Revert "Defer packages by default using use-package-always-defer" 2018-03-03 23:40:10 -05:00
+web-services search-engine: add ecosia and make each engine use https 2018-08-15 20:22:42 +02:00
auto-layer.el core: Add support for lazy installation of the systemd layer 2018-08-11 11:56:29 +03:00
LAYERS.org create debug layer 2018-05-12 23:46:18 -04:00