mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nvim/telescope: remap hsplit binding
<C-s> is more coherent with the <C-w>s binding
This commit is contained in:
parent
b5d5ac4302
commit
c002ef8cdd
1 changed files with 6 additions and 0 deletions
|
|
@ -26,10 +26,16 @@ telescope.setup {
|
|||
["<C-r>"] = actions.to_fuzzy_refine,
|
||||
["<C-Up>"] = actions.cycle_history_prev,
|
||||
["<C-Down>"] = actions.cycle_history_next,
|
||||
|
||||
["<C-x>"] = actions.nop,
|
||||
["<C-s>"] = actions.select_horizontal,
|
||||
},
|
||||
i = {
|
||||
["<C-Up>"] = actions.cycle_history_prev,
|
||||
["<C-Down>"] = actions.cycle_history_next,
|
||||
|
||||
["<C-x>"] = actions.nop,
|
||||
["<C-s>"] = actions.select_horizontal,
|
||||
},
|
||||
},
|
||||
layout_config = { height = 0.5 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue