Change keybindings for flyspell and add C-<f7> for smerge-resolve.

This commit is contained in:
tastytea 2019-09-30 18:41:50 +02:00
parent b35496a691
commit 669c82f301
1 changed files with 3 additions and 1 deletions

View File

@ -227,6 +227,7 @@ With argument, do this that many times."
:bind
("<f5>" . flycheck-previous-error)
("<f6>" . flycheck-next-error)
("<f7>" . flycheck-list-errors)
)
(use-package flycheck-clang-tidy
@ -430,6 +431,7 @@ With argument, do this that many times."
:bind
("C-<f5>" . smerge-prev)
("C-<f6>" . smerge-next)
("C-<f7>" . smerge-resolve)
)
;;;;;;;;;;;;;;;;;;;; Programming / C++ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@ -901,7 +903,7 @@ With argument, do this that many times."
(interactive)
(ispell-change-dictionary "german"))
:bind
("<f7>" . my/toggle-flyspell)
("<f9>" . my/toggle-flyspell)
(:map flyspell-mode-map
("C-;" . nil)) ; iedit needs C-;.
:hook