diff options
| -rw-r--r-- | init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -259,6 +259,8 @@ require('telescope').setup { | |||
| 259 | i = { | 259 | i = { |
| 260 | ['<C-u>'] = false, | 260 | ['<C-u>'] = false, |
| 261 | ['<C-d>'] = false, | 261 | ['<C-d>'] = false, |
| 262 | ["<c-j>"] = "move_selection_next", | ||
| 263 | ["<c-k>"] = "move_selection_previous", | ||
| 262 | }, | 264 | }, |
| 263 | }, | 265 | }, |
| 264 | layout_config = { | 266 | layout_config = { |