diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-01-19 18:20:38 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-01-19 18:20:38 +0200 |
| commit | 818abc092a89c7ae8e975e2f4d9d6de005f5bd09 (patch) | |
| tree | 5b446476aba807f9fc527df0d7d4ea99eea935ff /lua | |
| parent | ef9c7a4c61d608a61b42c31c025fa2b98bddc131 (diff) | |
| download | dotfiles-818abc092a89c7ae8e975e2f4d9d6de005f5bd09.tar.gz dotfiles-818abc092a89c7ae8e975e2f4d9d6de005f5bd09.zip | |
Disabled keys = up/down (not disabled)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins/hardtime.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/plugins/hardtime.lua b/lua/plugins/hardtime.lua index e058b8b..0a93f1b 100644 --- a/lua/plugins/hardtime.lua +++ b/lua/plugins/hardtime.lua @@ -13,6 +13,10 @@ end hardtime.setup({ -- hardtime config here disabled_filetypes = { 'qf', 'netrw', 'NvimTree', 'NvimTree_1', 'lazy', 'mason', 'oil', 'dashboard' }, + disabled_keys = { + ['<Up>'] = {}, + ['<Down>'] = {}, + }, }) return { |
