mirror of
https://github.com/zoriya/flake.git
synced 2026-06-09 05:05:00 +00:00
Fix git branches telescope picker
This commit is contained in:
@@ -104,8 +104,8 @@ return {
|
|||||||
-- use_file_path = true,
|
-- use_file_path = true,
|
||||||
show_remote_tracking_branches = false,
|
show_remote_tracking_branches = false,
|
||||||
mappings = {
|
mappings = {
|
||||||
mappings = {
|
i = {
|
||||||
i = { ["<cr>"] = actions.git_switch_branch },
|
["<CR>"] = actions.git_switch_branch
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user