Fix keybindings + make them more consistent
This commit is contained in:
parent
45ded63278
commit
45122cdea5
9 changed files with 75 additions and 68 deletions
|
@ -32,16 +32,16 @@
|
|||
: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 "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
|
||||
:n "s" 'phpunit-current-test))
|
||||
(:prefix "t"
|
||||
:n "r" 'phpunit-current-project
|
||||
:n "a" 'phpunit-current-class
|
||||
:n "s" 'phpunit-current-test)))
|
||||
|
||||
|
||||
(def-package! php-extras
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue