From 49a47b757557f832c22ecd49db10d134f63cbf0d Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Tue, 21 Jan 2020 19:32:14 -0600 Subject: [PATCH] info instead of ? --- dotfiles/kakoune.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/kakoune.nix b/dotfiles/kakoune.nix index 1fdbef3..1ce2c2d 100644 --- a/dotfiles/kakoune.nix +++ b/dotfiles/kakoune.nix @@ -239,7 +239,7 @@ in { map global tree ': tree-select-first-child' -docstring 'First Child' map global tree j ': tree-select-next-node' -docstring 'Next Node' map global tree k ': tree-select-previous-node' -docstring 'Previous Node' - map global tree ? ': tree-node-sexp' -docstring 'Show Node' + map global tree i ': tree-node-sexp' -docstring 'Show Node' ''; };