summaryrefslogtreecommitdiff
path: root/after/ftplugin/man.lua
diff options
context:
space:
mode:
Diffstat (limited to 'after/ftplugin/man.lua')
-rw-r--r--after/ftplugin/man.lua10
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')