Skip to content

Commit

Permalink
Add a quick key binding for renaming using lsp mode
Browse files Browse the repository at this point in the history
  • Loading branch information
manzaltu committed May 4, 2023
1 parent 6b5666c commit a94d0cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ DIR must include a .project file to be considered a project."
(:keymaps 'mo-quick-menu-map
"i" #'lsp-find-implementation
"a" #'lsp-execute-code-action
"R" #'lsp-rename
"S" #'lsp-clangd-find-other-file)
:init
;; Set a high read output max value for handling large language server responses
Expand Down

0 comments on commit a94d0cc

Please sign in to comment.