nvim: remove conflicting keymap <c-h> in Telescope file_browser
This key combination is used for toggling hidden files by default, which is more useful than what I was doing.
This commit is contained in:
parent
051f7f876a
commit
cf5d50e324
1 changed files with 0 additions and 3 deletions
|
@ -6,10 +6,7 @@ local actions_layout = require 'telescope.actions.layout'
|
|||
|
||||
local common_mappings = {
|
||||
['<c-l>'] = actions_layout.cycle_layout_next,
|
||||
['<c-h>'] = actions_layout.cycle_layout_prev,
|
||||
|
||||
['<c-o>'] = actions_layout.toggle_mirror,
|
||||
|
||||
['<c-q>'] = actions.smart_send_to_qflist + actions.open_qflist,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue