mirror of
https://github.com/neovim/neovim.git
synced 2025-09-23 11:38:31 +00:00
feat(defaults): map CTRL-L to search highlights, update diffs #15385
This commit is contained in:
@@ -399,7 +399,8 @@ void init_normal_cmds(void)
|
||||
|
||||
void init_default_mappings(void)
|
||||
{
|
||||
add_map((char_u *)"Y y$", NORMAL);
|
||||
add_map((char_u *)"Y y$", NORMAL, true);
|
||||
add_map((char_u *)"<C-L> <Cmd>nohlsearch<Bar>diffupdate<CR><C-L>", NORMAL, true);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user