Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions subvert.kak
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
declare-user-mode subvert
map global user y ':enter-user-mode subvert<ret>' -docstring 'enter subvert user mode'
map global subvert a '<esc>| kak-subvert ada <ret>' -docstring 'convert to Ada case'
map global subvert c '<esc>| kak-subvert camel <ret>' -docstring 'convert to camel case'
map global subvert k '<esc>| kak-subvert kebab <ret>' -docstring 'convert to kebab case'
map global subvert p '<esc>| kak-subvert pascal <ret>' -docstring 'convert to pascal case'
map global subvert . '<esc>| kak-subvert sentence <ret>' -docstring 'convert to sentence case'
map global subvert s '<esc>| kak-subvert snake <ret>' -docstring 'convert to snake case'
map global subvert S '<esc>| kak-subvert screaming <ret>' -docstring 'convert to screaming case'
map global subvert t '<esc>| kak-subvert train <ret>' -docstring 'convert to train case'
map global subvert T '<esc>| kak-subvert title <ret>' -docstring 'convert to title case'
map global subvert a '<esc>| kak-subvert ada <ret>' -docstring 'Ada_Case'
map global subvert c '<esc>| kak-subvert camel <ret>' -docstring 'camelCase'
map global subvert k '<esc>| kak-subvert kebab <ret>' -docstring 'kebab-case'
map global subvert p '<esc>| kak-subvert pascal <ret>' -docstring 'PascalCase'
map global subvert . '<esc>| kak-subvert sentence <ret>' -docstring 'Sentence case'
map global subvert s '<esc>| kak-subvert snake <ret>' -docstring 'snake_case'
map global subvert S '<esc>| kak-subvert screaming <ret>' -docstring 'SCREAMING_CASE'
map global subvert t '<esc>| kak-subvert train <ret>' -docstring 'Train-Case'
map global subvert T '<esc>| kak-subvert title <ret>' -docstring 'Title Case'