diff options
Diffstat (limited to 'lua/telescope/mappings.lua')
| -rw-r--r-- | lua/telescope/mappings.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/telescope/mappings.lua b/lua/telescope/mappings.lua index 66a7812..e5b23bc 100644 --- a/lua/telescope/mappings.lua +++ b/lua/telescope/mappings.lua @@ -157,6 +157,9 @@ mappings.default_mappings = config.values.default_mappings ["<C-/>"] = actions.which_key, ["<C-_>"] = actions.which_key, -- keys from pressing <C-/> ["<C-w>"] = { "<c-s-w>", type = "command" }, + + -- disable c-j because we dont want to allow new lines #2123 + ["<C-j>"] = actions.nop, }, n = { |
