Skip to content

Commit

Permalink
[lsp] Use more natural binding for LSP UI Peek
Browse files Browse the repository at this point in the history
  • Loading branch information
d4ncer committed Feb 16, 2019
1 parent 6dfca7d commit d3b0ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/rk-lsp.el
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"C-k" #'lsp-ui-peek--select-prev
"C-n" #'lsp-ui-peek--select-next-file
"C-p" #'lsp-ui-peek--select-prev-file
"<S-return>" #'lsp-ui-peek--goto-xref-other-window)
"<C-return>" #'lsp-ui-peek--goto-xref-other-window)
:preface
(defun rk-lsp-ui--disable-highlight-thing ()
(highlight-thing-mode -1))
Expand Down

0 comments on commit d3b0ac2

Please sign in to comment.