kak: Comando para abrir nemo

This commit is contained in:
Cat /dev/Nulo 2022-03-13 17:54:11 -03:00
parent cdabfe2db5
commit 0c5242d65b

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")"
}
}