updates
This commit is contained in:
+2
-2
@@ -420,7 +420,7 @@ require("lazy").setup({
|
|||||||
comparators = {
|
comparators = {
|
||||||
compare.offset,
|
compare.offset,
|
||||||
compare.exact,
|
compare.exact,
|
||||||
-- compare.scopes,
|
compare.scopes,
|
||||||
compare.score,
|
compare.score,
|
||||||
compare.recently_used,
|
compare.recently_used,
|
||||||
compare.locality,
|
compare.locality,
|
||||||
@@ -480,7 +480,7 @@ require("lazy").setup({
|
|||||||
map("n", "<F9>", "<cmd>Telescope colorscheme layout_config={width=0.5} enable_preview=1<cr>", opts)
|
map("n", "<F9>", "<cmd>Telescope colorscheme layout_config={width=0.5} enable_preview=1<cr>", opts)
|
||||||
require("telescope").setup({
|
require("telescope").setup({
|
||||||
defaults = {
|
defaults = {
|
||||||
layout_config = { horizontal = { width = 0.95 } },
|
layout_config = { horizontal = { width = 0.99 } },
|
||||||
mappings = {
|
mappings = {
|
||||||
i = {
|
i = {
|
||||||
["<esc>"] = actions.close,
|
["<esc>"] = actions.close,
|
||||||
|
|||||||
@@ -43,5 +43,7 @@ bindkey "^[[A" history-substring-search-up # up
|
|||||||
bindkey "^[[B" history-substring-search-down # down
|
bindkey "^[[B" history-substring-search-down # down
|
||||||
HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=1
|
HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=1
|
||||||
|
|
||||||
|
zstyle ':completion:*' menu select
|
||||||
|
|
||||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||||
|
|||||||
Reference in New Issue
Block a user