nvim mappings
This commit is contained in:
parent
88e48662a3
commit
82d9a032ab
@ -43,6 +43,7 @@ return {
|
|||||||
["<C-n>"] = actions.preview_scrolling_down,
|
["<C-n>"] = actions.preview_scrolling_down,
|
||||||
["<C-p>"] = actions.preview_scrolling_up,
|
["<C-p>"] = actions.preview_scrolling_up,
|
||||||
["<C-a>"] = actions.toggle_all,
|
["<C-a>"] = actions.toggle_all,
|
||||||
|
["<C-o>"] = actions.toggle_selection,
|
||||||
["?"] = actions.which_key,
|
["?"] = actions.which_key,
|
||||||
["jf"] = { "<esc>", type = "command" },
|
["jf"] = { "<esc>", type = "command" },
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user