Fix the rename file and organize import key binding for typescript
This commit is contained in:
parent
cca6bc15a8
commit
8db682fc6d
1 changed files with 2 additions and 2 deletions
|
@ -84,9 +84,9 @@
|
|||
"gt" spacemacs/typescript-jump-to-type-def
|
||||
"gu" tide-references
|
||||
"hh" tide-documentation-at-point
|
||||
"ri" 'tide-organize-imports
|
||||
"ri" tide-organize-imports
|
||||
"rr" tide-rename-symbol
|
||||
"rf" 'tide-rename-file
|
||||
"rf" tide-rename-file
|
||||
"sr" tide-restart-server)
|
||||
typescriptList (cons 'typescript-mode keybindingList)
|
||||
typescriptTsxList (cons 'typescript-tsx-mode
|
||||
|
|
Reference in a new issue