abbr
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
|
abbr "allpaths"="blaze query \"allpaths(%, %)\" --output graph | /google/data/ro/projects/graphviz-server/graphviz"
|
||||||
abbr "bb"="blaze build"
|
abbr "bb"="blaze build"
|
||||||
abbr "bq"="blaze query"
|
abbr "bq"="blaze query"
|
||||||
abbr "br"="blaze run"
|
abbr "br"="blaze run"
|
||||||
|
@ -48,7 +48,7 @@ return {
|
|||||||
return { "<C-n>m", ":Neotree float git_status<CR>", desc = "Open NeoTree CWD float" }
|
return { "<C-n>m", ":Neotree float git_status<CR>", desc = "Open NeoTree CWD float" }
|
||||||
end)(),
|
end)(),
|
||||||
-- { "<C-n>b", ":Neotree float buffers<CR>" },
|
-- { "<C-n>b", ":Neotree float buffers<CR>" },
|
||||||
-- { "<C-n>", ":Neotree float dir=%:p:h<cr>" },
|
{ "<C-n>f", ":Neotree float dir=%:p:h<cr>" },
|
||||||
{ "<C-n>", ":Neotree toggle dir=%:p:h<cr>" },
|
{ "<C-n>", ":Neotree toggle dir=%:p:h<cr>" },
|
||||||
-- { "<C-n>.", ":Neotree reveal_force_cwd<CR>", desc = "Open NeoTree CWD float" },
|
-- { "<C-n>.", ":Neotree reveal_force_cwd<CR>", desc = "Open NeoTree CWD float" },
|
||||||
},
|
},
|
||||||
|
1
zsh/.abbr.zsh
Normal file
1
zsh/.abbr.zsh
Normal file
@ -0,0 +1 @@
|
|||||||
|
ABBR_SET_LINE_CURSOR=1
|
@ -52,6 +52,7 @@ fi
|
|||||||
zplug load
|
zplug load
|
||||||
|
|
||||||
ZSH_AUTOSUGGEST_STRATEGY=( abbreviations $ZSH_AUTOSUGGEST_STRATEGY )
|
ZSH_AUTOSUGGEST_STRATEGY=( abbreviations $ZSH_AUTOSUGGEST_STRATEGY )
|
||||||
|
source ~/.abbr.zsh
|
||||||
|
|
||||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||||
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
|
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
|
||||||
|
Reference in New Issue
Block a user