diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2023-06-21 13:10:21 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2023-06-21 13:10:21 +0800 |
| commit | d2bcca51cdc5aa1f0246e19cb37f07b90ca5481e (patch) | |
| tree | 0faf72aaee3272766a6977d5c4e8c102b6a31c8b | |
| parent | c2aee494653ea3f12349884708e393290f53564c (diff) | |
Update
| -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 = { |