diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2024-03-09 22:06:39 +0530 |
---|---|---|
committer | Brahmajit Das <brahmajit.xyz@gmail.com> | 2024-03-09 22:06:39 +0530 |
commit | 8da47a6335f4662f12a191db101b28d143659f3a (patch) | |
tree | db7c962aa957a9014adf886c067940a153a5ed2f /after/ftplugin/man.lua | |
parent | f44fd24bb87f2bc615d81dc40017fcdca3462a76 (diff) |
deleting old config files
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
Diffstat (limited to 'after/ftplugin/man.lua')
-rw-r--r-- | after/ftplugin/man.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/after/ftplugin/man.lua b/after/ftplugin/man.lua deleted file mode 100644 index e50e3d2..0000000 --- a/after/ftplugin/man.lua +++ /dev/null @@ -1,10 +0,0 @@ -vim.opt_local.number = false -vim.opt_local.relativenumber = false -vim.opt_local.signcolumn = 'no' -vim.opt_local.scrolloff = 999 - -vim.keymap.set({ 'n', 'x' }, 'q', 'ZQ', { buffer = true, nowait = true }) -vim.keymap.set({ 'n', 'x' }, 'd', '<C-d>', { buffer = true, nowait = true }) -vim.keymap.set({ 'n', 'x' }, 'u', '<C-u>', { buffer = true, nowait = true }) - -vim.cmd('normal! M') |