try orgmode again
This commit is contained in:
parent
1785d696a5
commit
783683efc3
2 changed files with 10 additions and 5 deletions
|
|
@ -71,12 +71,17 @@ return {
|
||||||
desc = "Close buffer from tabline",
|
desc = "Close buffer from tabline",
|
||||||
},
|
},
|
||||||
|
|
||||||
["<Leader>W"] = { desc = "VimWiki"},
|
-- ["<C-S>"] = { function() require("smart-splits").move_cursor_left() end, desc = "Move to left split" },
|
||||||
["<Leader>W<Leader>"] = { desc = "Diary"},
|
-- ["<C-N>"] = { function() require("smart-splits").move_cursor_down() end, desc = "Move to below split" },
|
||||||
|
-- ["<C-r>"] = { function() require("smart-splits").move_cursor_up() end, desc = "Move to above split" },
|
||||||
|
-- ["<C-L>"] = { function() require("smart-splits").move_cursor_right() end, desc = "Move to right split" },
|
||||||
|
|
||||||
|
-- ["<Leader>W"] = { desc = "VimWiki" },
|
||||||
|
-- ["<Leader>W<Leader>"] = { desc = "Diary" },
|
||||||
|
|
||||||
-- tables with just a `desc` key will be registered with which-key if it's installed
|
-- tables with just a `desc` key will be registered with which-key if it's installed
|
||||||
-- this is useful for naming menus
|
-- this is useful for naming menus
|
||||||
-- ["<Leader>b"] = { desc = "Buffers" },
|
["<Leader>O"] = { desc = "Org-mode" },
|
||||||
|
|
||||||
-- setting a mapping to false will disable it
|
-- setting a mapping to false will disable it
|
||||||
-- ["<C-S>"] = false,
|
-- ["<C-S>"] = false,
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,8 @@ return {
|
||||||
org_default_notes_file = "~/orgfiles/refile.org",
|
org_default_notes_file = "~/orgfiles/refile.org",
|
||||||
mappings = {
|
mappings = {
|
||||||
global = {
|
global = {
|
||||||
org_capture = "gC",
|
org_capture = "<leader>Oc",
|
||||||
org_agenda = "gA",
|
org_agenda = "<leader>Oa",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue