kak: Comando para abrir nemo
This commit is contained in:
parent
cdabfe2db5
commit
0c5242d65b
1 changed files with 6 additions and 1 deletions
|
@ -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")"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue