AutoYADM commit: 2025-01-23 19:10:06

This commit is contained in:
Daniel Fichtinger 2025-01-23 19:10:06 -05:00
parent 60fd00dd72
commit 02c745a218
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,6 @@
vim.opt_local.breakindent = true
vim.opt_local.scrolloff = 4
vim.cmd("setlocal formatoptions-=r")
-- vim.opt_local.number = false
-- vim.opt_local.relativenumber = false
-- vim.opt_local.textwidth = 80

View file

@ -15,10 +15,12 @@ return {
org_blank_before_new_entry = { heading = false, plain_list_item = false },
win_split_mode = "auto",
mappings = {
-- disable_all = true,
org_return_uses_meta_return = false,
org = {
org_timestamp_down = "<C-a>",
org_timestamp_up = "<C-i>",
org_return = false,
},
},
}