Skip to content

Commit

Permalink
Keybinds for inflection
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Horishnii committed Apr 5, 2024
1 parent f0456ad commit ec04345
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions personal/keybinding.el
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,11 @@

(eval-after-load 'smerge-mode
'(my-rebind-smerge-map))

(global-set-key (kbd "H-, i c") 'string-inflection-lower-camelcase)
(global-set-key (kbd "H-, i C") 'string-inflection-camelcase)
(global-set-key (kbd "H-, i s") 'string-inflection-underscore)
(global-set-key (kbd "H-, i S") 'string-inflection-upcase)
(global-set-key (kbd "H-, i u") 'string-inflection-underscore)
(global-set-key (kbd "H-, i U") 'string-inflection-upcase)
(global-set-key (kbd "H-, i l") 'string-inflection-lisp)

0 comments on commit ec04345

Please sign in to comment.