diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-07-05 13:05:11 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-07-05 13:05:11 +0800 |
| commit | 374a1aa33519d74cbc51656a429df924ee144027 (patch) | |
| tree | b44c6e82f977fd669da5effc01848182ec59572a /vim/lua/configs | |
| parent | f405cca57d09928eda78b04a7b35633a92f91793 (diff) | |
Update
Diffstat (limited to 'vim/lua/configs')
| -rw-r--r-- | vim/lua/configs/telescope.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vim/lua/configs/telescope.lua b/vim/lua/configs/telescope.lua index 08c4d10..29668bb 100644 --- a/vim/lua/configs/telescope.lua +++ b/vim/lua/configs/telescope.lua | |||
| @@ -4,9 +4,9 @@ return { | |||
| 4 | i = { | 4 | i = { |
| 5 | -- ["<c-j>"] = "move_selection_next", | 5 | -- ["<c-j>"] = "move_selection_next", |
| 6 | -- ["<c-k>"] = "move_selection_previous", | 6 | -- ["<c-k>"] = "move_selection_previous", |
| 7 | ["<C-e>"] = require("telescope.actions.layout").toggle_preview, | 7 | ["<C-o>"] = require("telescope.actions.layout").toggle_preview, |
| 8 | ["<C-u>"] = false, | 8 | ["<C-u>"] = false, |
| 9 | ["<C-o>"] = function(p_bufnr) | 9 | ["<C-q>"] = function(p_bufnr) |
| 10 | require("telescope.actions").send_selected_to_qflist(p_bufnr) | 10 | require("telescope.actions").send_selected_to_qflist(p_bufnr) |
| 11 | vim.cmd.cfdo("edit") | 11 | vim.cmd.cfdo("edit") |
| 12 | end, | 12 | end, |
| @@ -37,7 +37,7 @@ return { | |||
| 37 | n = { | 37 | n = { |
| 38 | ["<c-d>"] = "delete_buffer", | 38 | ["<c-d>"] = "delete_buffer", |
| 39 | } | 39 | } |
| 40 | } | 40 | }, |
| 41 | }, | 41 | }, |
| 42 | 42 | ||
| 43 | }, | 43 | }, |