Compare commits
No commits in common. "ad29d0c88782d04511014174d986fccae1480ff6" and "cdabfe2db546e3364740de985f963953b581131c" have entirely different histories.
ad29d0c887
...
cdabfe2db5
2 changed files with 1 additions and 8 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'
|
||||
|
||||
# ------------
|
||||
# Comandos para interactuar con el mundo exterior
|
||||
# Exportar archivos Markdown a PDF
|
||||
# ------------
|
||||
|
||||
define-command exportmd %{
|
||||
|
@ -156,8 +156,3 @@ define-command exportmd %{
|
|||
exportmd pdf "$kak_buffile"
|
||||
}
|
||||
}
|
||||
define-command nemo %{
|
||||
nop %sh{
|
||||
swaymsg exec "nemo $(dirname "$kak_buffile")"
|
||||
}
|
||||
}
|
||||
|
|
2
.zshrc
2
.zshrc
|
@ -37,8 +37,6 @@ 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