Improve some keybindings

This commit is contained in:
Bozhidar Batsov 2020-12-10 21:01:13 +02:00
parent 6236bfefd9
commit 446dc7dd3b
7 changed files with 23 additions and 17 deletions

View file

@ -26,6 +26,8 @@
* [Ruby] Don't auto-insert coding comments.
* Hide (via `diminish`) `editorconfig-mode`, `super-save`, `company`, `abbrev` and `ivy` in the modeline.
* Use `lsp-workspace-restart` function instead of deprecated `lsp-restart-workspace`.
* Bind all online search commands under `C-c C-/` to avoid a conflict with `counsel-git` or `magit-file-dispatch`.
* Bound `magit-file-mode` to `C-c g` (it's also bound to `C-c M-g` if you decide to utilize this keybinding for something else.
### Bugs fixed