Compare commits

..

2 Commits

Author SHA1 Message Date
1349bf971b abbr 2024-12-09 17:10:08 +00:00
47cead8c63 abbr 2024-12-09 17:10:08 +00:00
4 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,8 @@
abbr "allpaths"="blaze query \"allpaths(%, %)\" --output graph | /google/data/ro/projects/graphviz-server/graphviz"
abbr "bb"="blaze build"
abbr "bq"="blaze query"
abbr "br"="blaze run"
abbr "bt"="blaze test"
abbr "ds_clean"="find ./ -name \".DS_Store\" -depth -exec rm {} \;"
abbr "mux"="tmuxinator"
abbr "replace_string"="replace_string --disable_p4 \"%\" \"%\""

View File

@ -48,7 +48,7 @@ return {
return { "<C-n>m", ":Neotree float git_status<CR>", desc = "Open NeoTree CWD float" }
end)(),
-- { "<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 reveal_force_cwd<CR>", desc = "Open NeoTree CWD float" },
},

1
zsh/.abbr.zsh Normal file
View File

@ -0,0 +1 @@
ABBR_SET_LINE_CURSOR=1

View File

@ -52,6 +52,7 @@ fi
zplug load
ZSH_AUTOSUGGEST_STRATEGY=( abbreviations $ZSH_AUTOSUGGEST_STRATEGY )
source ~/.abbr.zsh
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.