Typo fixes in documentation

main 1.0.0
James Ford 2 years ago
parent 70cf61ec98
commit f22db9e58d

@ -119,13 +119,13 @@ default DelayTrain mappings are included below:
['nv'] = {'h', 'j', 'k', 'l'}, ['nv'] = {'h', 'j', 'k', 'l'},
['nvi'] = {'<Left>', '<Down>', '<Up>', '<Right>'}, ['nvi'] = {'<Left>', '<Down>', '<Up>', '<Right>'},
}, },
ignore_filestypes = {}, -- Example: set to {"help", "NvimTr*"} to ignore_filetypes = {}, -- Example: set to {"help", "NvimTr*"} to
-- disable the plugin for help and NvimTree -- disable the plugin for help and NvimTree
} }
``` ```
You can define a list of filetypes that will be ignored by delaytrain using You can define a list of filetypes that will be ignored by delaytrain using
`ignore_filestypes`. The option accepts a list of strings or patterns. `ignore_filetypes`. The option accepts a list of strings or patterns.
Tip: you can find the filetype for the current buffer using the command `:set ft?` Tip: you can find the filetype for the current buffer using the command `:set ft?`
### Mappings ### Mappings

@ -45,7 +45,7 @@ following configuration (default settings included):
['nv'] = {'h', 'j', 'k', 'l'}, ['nv'] = {'h', 'j', 'k', 'l'},
['nvi'] = {'<Left>', '<Down>', '<Up>', '<Right>'}, ['nvi'] = {'<Left>', '<Down>', '<Up>', '<Right>'},
}, },
ignore_filestypes = {}, -- Example: set to {"help", "NvimTr*"} to ignore_filetypes = {}, -- Example: set to {"help", "NvimTr*"} to
-- disable the plugin for help and NvimTree -- disable the plugin for help and NvimTree
} }
< <
@ -64,7 +64,7 @@ will work. If you wait another 200ms and hit j again, the keypress will not
work. work.
You can define a list of filetypes that will be ignored by delaytrain using You can define a list of filetypes that will be ignored by delaytrain using
`ignore_filestypes`. The option accepts a list of strings or patterns. Tip: `ignore_filetypes`. The option accepts a list of strings or patterns. Tip:
you can find the filetype for the current buffer using the command `:set ft?` you can find the filetype for the current buffer using the command `:set ft?`
------------------------------------------------------------------------------ ------------------------------------------------------------------------------

Loading…
Cancel
Save