diff options
| author | joott <josh@ottmail.me> | 2025-07-30 15:53:29 -0400 |
|---|---|---|
| committer | joott <josh@ottmail.me> | 2025-07-30 15:53:29 -0400 |
| commit | 26694e09e8f5bf2262737312e7ad217118db20de (patch) | |
| tree | ca55eee2f8c5106c61e747979780d6f393fd24c9 /nvim/after/plugin/mini.lua | |
| parent | 89a596a50ec61b8ebd6040b06a7cab994afd1b3a (diff) | |
| download | dotfiles-26694e09e8f5bf2262737312e7ad217118db20de.tar.gz dotfiles-26694e09e8f5bf2262737312e7ad217118db20de.zip | |
switching to yadm
Diffstat (limited to 'nvim/after/plugin/mini.lua')
| -rw-r--r-- | nvim/after/plugin/mini.lua | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/nvim/after/plugin/mini.lua b/nvim/after/plugin/mini.lua deleted file mode 100644 index 76acdd6..0000000 --- a/nvim/after/plugin/mini.lua +++ /dev/null @@ -1,24 +0,0 @@ -require('mini.files').setup({ - mappings = { - close = '<C-c>', - go_in = '<Right>', - go_in_plus = '<S-Right>', - go_out = '<Left>', - go_out_plus = '<S-Left>', - }, -}) - -require('mini.trailspace').setup() -require('mini.move').setup({ - mappings = { - left = '<M-Left>', - right = '<M-Right>', - down = '<M-Down>', - up = '<M-Up>', - - line_left = '<M-Left>', - line_right = '<M-Right>', - line_down = '<M-Down>', - line_up = '<M-Up>', - }, -}) |