AutoYADM commit: 2025-06-16 18:37:38
This commit is contained in:
parent
572213b693
commit
00d6642368
3 changed files with 4 additions and 2 deletions
|
@ -188,7 +188,7 @@ search-start=Control+Shift+r
|
|||
font-decrease=Control+Shift+j
|
||||
font-increase=Control+Shift+l
|
||||
font-reset=Control+0 Control+KP_0
|
||||
spawn-terminal=Control+Shift+n Mod1+Return
|
||||
spawn-terminal=Control+Shift+n
|
||||
# minimize=none
|
||||
# maximize=none
|
||||
# fullscreen=none
|
||||
|
|
|
@ -75,5 +75,5 @@ map -docstring %{
|
|||
} global hop s ': hop-kak<ret>'
|
||||
map -docstring %{
|
||||
Hop mode
|
||||
} global normal <ret> ': enter-user-mode hop<ret>'
|
||||
} global user h ': enter-user-mode hop<ret>'
|
||||
~
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
declare-user-mode paragraph
|
||||
declare-option -hidden str paragraph_select '<a-a>pj[p'
|
||||
|
||||
map global normal <a-ret> '<a-a>pj[p'
|
||||
map global normal <ret> '<a-a>pj[p<a-;>'
|
||||
map -docstring 'paragraph mode' global user <ret> "%opt{paragraph_select}: enter-user-mode -lock paragraph<ret>"
|
||||
map global paragraph I '>' -docstring 'move right'
|
||||
map global paragraph M '<' -docstring 'move left'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue