From 19df02d40d3d3d0ff99bd9b94063041817e4d603 Mon Sep 17 00:00:00 2001 From: ray-x Date: Thu, 18 Nov 2021 14:49:36 +1100 Subject: [PATCH] update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f0cb3c8..45db918 100644 --- a/README.md +++ b/README.md @@ -376,8 +376,8 @@ require'navigator'.setup({ | v | \cA | range code action (when you see 🏏 ) | | n | \rn | rename with floating window | | n | \re | rename (lsp default) | -| n | \gi | incoming calls | -| n | \go | outgoing calls | +| n | \gi | hierarchy incoming calls | +| n | \go | hierarchy outgoing calls | | n | gi | implementation | | n | \ D | type definition | | n | gL | show line diagnostic | @@ -606,9 +606,9 @@ Improved signature help with current parameter highlighted ![show_signature](https://github.com/ray-x/files/blob/master/img/navigator/show_signnature.gif?raw=true "show_signature") -### Call hierarchy (incomming/outgoing) +### Call hierarchy (incomming/outgoing calls) -![incomming](https://github.com/ray-x/files/blob/master/img/navigator/incomming.jpg?raw=true) +![incomming_calls](https://user-images.githubusercontent.com/1681295/142348079-49b71486-4f16-4f10-95c9-483aad11c262.jpg) ### Light bulb if codeAction available