Commit Graph

21 Commits (main)
 

Author SHA1 Message Date
James Ford eb8d2157e6
Merge pull request #6 from al-ce/main
Fix issue where remapped keys are not accurately picked up by DelayTrain
1 year ago
Alessandro Ceserani 28f100cffb Rename keypress_array and get_keypress array to key_mappings / get_key_mappings 1 year ago
Alessandro Ceserani 44c04393c4 re-enable custom mappings on .disable() 1 year ago
Alessandro Ceserani ef4c40c7a1 call vim.keymap.set for each mode with a unique keypress value 1 year ago
Alessandro Ceserani 2ff84d2873 call vim.keymap.set for each mode with a unique keypress value 1 year ago
Alessandro Ceserani f8ff1e94c0 remaps fix: ignore str representations of lua funcs 1 year ago
Alessandro Ceserani c3339e7ac6 handle return of func as str + double Enable 1 year ago
Alessandro Ceserani 71a2f1d0d9 check for remaps (cleanup conditional) 1 year ago
Alessandro Ceserani 75ea95ea3f allow for remaps 1 year ago
James Ford f22db9e58d Typo fixes in documentation 2 years ago
James Ford 70cf61ec98
Merge pull request #5 from blob42/ignore-filetypes
option to passthrough key event to ignored buffer filetypes
2 years ago
spike cf0440bd45 Merge remote-tracking branch 'upstream/main' into ignore-filetypes 2 years ago
spike 9436e23576 update documentation + spacing 2 years ago
spike 95461c083e use patterns for ignored filetypes 2 years ago
ja-ford e8bab6677f
Merge pull request #4 from ja-ford/1-ignore-macro-execution
#1 Automatically disable delaytrain when executing macros
2 years ago
spike d5cbb8b485 option to passthrough key event to ignored buffer filetypes 2 years ago
James Ford b95bfa69d5 #1 Automatically disable delaytrain when executing macros 2 years ago
ja-ford 09ee69b196
More formatting fixes, added example gif 2 years ago
James Ford f323efeb8d Fix formatting in readme 2 years ago
James Ford 9e51e33869 Full commit with working app 2 years ago
ja-ford 9a4c929eb8
Initial commit 2 years ago