20 Commits

Author SHA1 Message Date
machakann b5bd9f42ed Easy interface for key-remapping 2021-10-23 23:30:50 +09:00
machakann 9e6340affe 'synchro' option is no longer required 2020-12-15 23:53:27 +09:00
machakann e7e65786a0 Update the recipes for surround-style-keymappings
#106
2020-12-15 23:30:59 +09:00
machakann bb5a3270ed Do not check syntax coloring in default
It  causes quite unintuitive problems sometimes. #8, #93
2020-07-18 22:18:12 +09:00
machakann 3a2301ec4b Use \bigl* and \bigr* instead of \big*
Fix #82
2019-10-01 22:49:30 +08:00
machakann e9eca6c15a 'filetype' filter is not necessary for filetype-specific recipes
Answer for a comment in #2

They are added to the `b:sandwich_recipes`, thus the filter is not
necessary. Without these filters, those recipes can be divertible for
other filetypes if needed.
2019-06-06 19:58:54 +08:00
machakann cc7895b179 sandwich#util#addlocal() cannot override the current settings.
Related #73
2019-03-04 19:32:40 +08:00
machakann 14cc39ab64 Activate mx inputs in deleting actions for tex filetype (#60) 2018-01-17 21:09:53 +08:00
machakann dca5b29e3a 'after/ftplugin/**/*.vim' does not sourced automatically in FileType event by default (#55) 2018-01-11 20:22:44 +08:00
machakann 83120d26b5 Do not use the "space" recipe for textobj-auto (#45) again
Missing in macro/sandwich/keymapping/surround.vim
2017-08-24 01:03:05 +08:00
machakann 3a7372a08f Delete successive spaces at a time (#45) 2017-08-21 23:01:12 +08:00
Sudo Nice be7a2e64fb update surround.vim macros to support deleting tags linewise 2016-10-15 14:35:53 +03:00
Sudo Nice c140d23241 Update vim-surround macros with recipes to handle "\<CR>" input. 2016-09-17 12:00:47 +03:00
machakann a57615a4e4 Add count-handlings for vim-surround style mappings. 2016-09-16 22:59:40 +09:00
machakann 49984c9ea6 Blash up magicchar:i and add magicchar:I. (#18) 2016-08-17 14:01:53 +08:00
machakann 90b0e98b5e Oops, forgot to remove a personal setting.
Related to #18.
2016-08-13 19:10:57 +08:00
machakann 08daf36279 Rename magicchar:< to magicchar:T.
Related to #18.
2016-08-13 17:33:10 +08:00
machakann 77d676c1fa Release 'Magic characters's.
Ready for #18.
2016-08-13 17:13:57 +08:00
machakann 4b4b7eb50a Add magicchar:t for editing html style tags.
Ready for #18.
2016-08-13 17:12:37 +08:00
machakann c20151ff30 Not easy to start with vim-surround keymappings. (#13)
Solution: Add preset in macros/sandwich/keymap/surround.vim
2016-04-03 15:02:37 +08:00