mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 15:28:17 +00:00
feat(defaults): nnoremap & :&&<CR> #19365
This commit is contained in:
@@ -2125,6 +2125,10 @@ void init_default_mappings(void)
|
||||
add_map("<C-W>", "<C-G>u<C-W>", MODE_INSERT, false);
|
||||
add_map("*", "y/\\\\V<C-R>\"<CR>", MODE_VISUAL, false);
|
||||
add_map("#", "y?\\\\V<C-R>\"<CR>", MODE_VISUAL, false);
|
||||
|
||||
// Use : instead of <Cmd> so that ranges are supported (e.g. 3& repeats the substitution on the
|
||||
// next 3 lines)
|
||||
add_map("&", ":&&<CR>", MODE_NORMAL, false);
|
||||
}
|
||||
|
||||
/// Add a mapping. Unlike @ref do_map this copies the string arguments, so
|
||||
|
Reference in New Issue
Block a user