Compare commits

...

3 Commits

Author SHA1 Message Date
6088d9f9c9 feat: add dasht for local api doc search 2024-07-09 16:10:26 -05:00
0068ddf4c9 feat: proper colors in tmux 2024-07-09 16:10:06 -05:00
49e16608e0 feat: zshr tmux helper 2024-07-09 16:09:52 -05:00
3 changed files with 10 additions and 1 deletions

View File

@ -20,3 +20,9 @@ function service_restart() {
function root_shell() {
sudo -E zsh -i /etc/zshrc
}
function wrkspc() {
local wd=$(pwd)
local session=$(basename $wd)
tmux new -A -s $session
}

View File

@ -205,6 +205,7 @@ EOF";
vim-dadbod
vim-dadbod-ui
vim-dadbod-completion
vim-dasht
]) ++ [ possession-nvim harpoon-nvim d2-vim neogit-nvim ];
};
};
@ -218,6 +219,7 @@ EOF";
nil-pkg
lua-language-server
rust-analyzer
dasht
# TODO(jwall): This is no longer provided for darwin in nixpkgs
#dbeaver-bin
]);

View File

@ -10,7 +10,8 @@ set-option -g prefix C-a
#sest -g utf8 on
## we like colors
set -g default-terminal "screen-256color"
set -g default-terminal xterm-256color
set -ga terminal-overrides ",xterm-256color:RGB"
## Useful KeyBindings