Compare commits
2 commits
cdabfe2db5
...
ad29d0c887
Author | SHA1 | Date | |
---|---|---|---|
ad29d0c887 | |||
0c5242d65b |
2 changed files with 8 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")"
|
||||
}
|
||||
}
|
||||
|
|
2
.zshrc
2
.zshrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue