config/default: bind K to +lookup/documentation

This commit is contained in:
Henrik Lissner 2018-03-19 15:04:24 -04:00
parent c5069099b9
commit 19e73bca1c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -315,7 +315,6 @@
:m "gT" #'+workspace/switch-left
:m "gd" #'+lookup/definition
:m "gD" #'+lookup/references
:m "gh" #'+lookup/documentation
:n "gp" #'+evil/reselect-paste
:n "gr" #'+eval:region
:n "gR" #'+eval/buffer
@ -621,7 +620,7 @@
:n "!" #'rotate-text
;; smart-forward
:nv "K" #'smart-up
:nv "K" #'+lookup/documentation
:m "g]" #'smart-forward
:m "g[" #'smart-backward