mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
Compare commits
3 Commits
3e30bb71a0
...
30d3a8c29a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
30d3a8c29a | ||
|
|
a414890f69 | ||
|
|
2df66474db |
@@ -10,3 +10,9 @@ vim.opt.scrolloff = 8
|
||||
vim.opt.incsearch = true
|
||||
|
||||
vim.opt.signcolumn = "yes"
|
||||
|
||||
vim.o.termguicolors = true
|
||||
|
||||
vim.diagnostic.config({
|
||||
virtual_text = true,
|
||||
})
|
||||
|
||||
@@ -7,7 +7,7 @@ set-window-option -g window-style bg="#32302f"
|
||||
set-option -g focus-events on
|
||||
# https://gist.github.com/andersevenrud/015e61af2fd264371032763d4ed965b6
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -ag terminal-overrides ",$TERM:RGB"
|
||||
set -ag terminal-overrides ",xterm-256color:RGB"
|
||||
|
||||
# List of plugins
|
||||
|
||||
|
||||
@@ -71,6 +71,14 @@ git-blobs()
|
||||
$(command -v gnumfmt || echo numfmt) --field=2 --to=iec-i --suffix=B --padding=7 --round=nearest
|
||||
}
|
||||
|
||||
sshs()
|
||||
{
|
||||
tmprc=$(ssh $1 "mktemp --directory")
|
||||
scp -q $HOME/.zshrc $1:$tmprc
|
||||
ssh -t $1 "export ZDOTDIR=${tmprc}; exec zsh"
|
||||
ssh $1 "rm -rf ${tmprc}"
|
||||
}
|
||||
|
||||
# show the current mode:
|
||||
#PR_VIMODE="#"
|
||||
#function zle-keymap-select
|
||||
|
||||
Reference in New Issue
Block a user