Remove references to doom/append-semicolon; use evil append mode instead
This commit is contained in:
parent
67efcb597f
commit
5f8cbd751a
3 changed files with 0 additions and 5 deletions
|
@ -29,14 +29,11 @@
|
|||
|
||||
(map! :map php-mode-map
|
||||
:localleader
|
||||
:nv ";" 'doom/append-semicolon
|
||||
|
||||
(:prefix "r"
|
||||
:n "cv" 'php-refactor--convert-local-to-instance-variable
|
||||
:n "u" 'php-refactor--optimize-use
|
||||
:v "xm" 'php-refactor--extract-method
|
||||
:n "rv" 'php-refactor--rename-local-variable)
|
||||
|
||||
(:prefix "t"
|
||||
:n "r" 'phpunit-current-project
|
||||
:n "a" 'phpunit-current-class
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue