Skip to content

Commit

Permalink
info instead of ?
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jan 22, 2020
1 parent c8e2bc3 commit 49a47b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotfiles/kakoune.nix
Expand Up @@ -239,7 +239,7 @@ in {
map global tree <a-l> ': tree-select-first-child<ret>' -docstring 'First Child'
map global tree j ': tree-select-next-node<ret>' -docstring 'Next Node'
map global tree k ': tree-select-previous-node<ret>' -docstring 'Previous Node'
map global tree ? ': tree-node-sexp<ret>' -docstring 'Show Node'
map global tree i ': tree-node-sexp<ret>' -docstring 'Show Node'
'';
};

Expand Down

0 comments on commit 49a47b7

Please sign in to comment.