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