Compare commits

...

2 commits

Author SHA1 Message Date
ad29d0c887 zsh: Comando para abrir nemo 2022-03-13 17:54:18 -03:00
0c5242d65b kak: Comando para abrir nemo 2022-03-13 17:54:11 -03:00
2 changed files with 8 additions and 1 deletions

View file

@ -147,7 +147,7 @@ map global normal B ':enter-user-mode -lock buffers<ret>' -docstring 'buffers (l
map global normal '<c-p>' '<tab>' -docstring 'jump forward'
# ------------
# Exportar archivos Markdown a PDF
# Comandos para interactuar con el mundo exterior
# ------------
define-command exportmd %{
@ -156,3 +156,8 @@ define-command exportmd %{
exportmd pdf "$kak_buffile"
}
}
define-command nemo %{
nop %sh{
swaymsg exec "nemo $(dirname "$kak_buffile")"
}
}

2
.zshrc
View file

@ -37,6 +37,8 @@ alias ssh='TERM=xterm-256color ssh'
alias e="$EDITOR"
alias r="trash -r"
alias a='nohup nemo "$(pwd)" >/dev/null &'
source /usr/share/fzf/key-bindings.zsh
source ~/.config/zsh/bg_notify.zsh
! "$REMOTE" && source ~/.config/zsh/osc_7.zsh