vim fixes for find&replace
* allow replacing with the empty string to delete * fix <enter> for ReplaceNext
This commit is contained in:
parent
adf313bd33
commit
2da664ed17
3 changed files with 16 additions and 17 deletions
|
@ -531,7 +531,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"context": "BufferSearchBar > VimEnabled",
|
||||
"context": "BufferSearchBar && !in_replace > VimEnabled",
|
||||
"bindings": {
|
||||
"enter": "vim::SearchSubmit",
|
||||
"escape": "buffer_search::Dismiss"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue