AutoYADM commit: 2025-05-21 02:32:37

This commit is contained in:
Daniel Fichtinger 2025-05-21 02:32:37 -04:00
parent 28c3d3251f
commit bbbc0d4c6b
3 changed files with 15 additions and 4 deletions

View file

@ -4,7 +4,6 @@ colorscheme ashen
# colorscheme one-dark
# colorscheme mocha
require-module fishr
require-module peneira
try %{
set-option global ashen_dynamic_cursor true
@ -105,3 +104,15 @@ define-command -docstring "Create a scratch buffer" scratch %{
edit -scratch
}
alias global s scratch
require-module peneira
declare-user-mode peneira
map -docstring %{
Picker mode
} global user f ': enter-user-mode peneira<ret>'
map -docstring 'pick file' global peneira f ': peneira-files<ret>'
map -docstring 'pick unopened file' global peneira F ': peneira-files -hide-opened<ret>'
map -docstring %{
pick line in buffer
} global peneira '/' ': peneira-lines<ret>'