Swap sd key-chord for fj

The 'sd' binding was causing issues when typing.
This commit is contained in:
Ivan Malison 2016-06-21 14:58:06 -07:00
parent b80c6391be
commit 8ce8e7d4ab

View File

@ -2547,7 +2547,7 @@ I don't use iedit directly, but it is used by [[*emr][emr]] and I need to disabl
(key-chord-define-global "tg" 'imalison:term-hydra/body) (key-chord-define-global "tg" 'imalison:term-hydra/body)
(key-chord-define-global "pj" 'imalison:projectile-find-file) (key-chord-define-global "pj" 'imalison:projectile-find-file)
(key-chord-define-global "p[" 'projectile-switch-project) (key-chord-define-global "p[" 'projectile-switch-project)
(key-chord-define-global "sd" 'imalison:do-ag) (key-chord-define-global "fj" 'imalison:do-ag)
(key-chord-define-global "jh" 'imalison:avy))) (key-chord-define-global "jh" 'imalison:avy)))
#+END_SRC #+END_SRC
*** nodejs-repl *** nodejs-repl