vim: add guu gUU g~~ g/ (#12789)
Release Notes: - vim: Add `g/` for project search
This commit is contained in:
parent
e174f16d50
commit
75f8be6a0f
3 changed files with 26 additions and 2 deletions
|
@ -48,12 +48,14 @@ g < The same, but backwards
|
|||
g a Add a visual selection for every copy of the current word
|
||||
|
||||
# Pane management
|
||||
g / Open a project-wide search
|
||||
g <space> Open the current search excerpt
|
||||
<ctrl-w> <space> Open the current search excerpt in a split
|
||||
<ctrl-w> g d Go to definition in a split
|
||||
<ctrl-w> g D Go to type definition in a split
|
||||
|
||||
# Insert mode
|
||||
i a / a a Select the function argument the cursor is in
|
||||
ctrl-x ctrl-o Open the completion menu
|
||||
ctrl-x ctrl-c Request GitHub Copilot suggestion (if configured)
|
||||
ctrl-x ctrl-a Open the inline AI assistant (if configured)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue