-
-
Notifications
You must be signed in to change notification settings - Fork 216
Default Keybinds
github-actions[bot] edited this page Jul 16, 2024
·
13 revisions
To find out how to rebind the available keys consult the core.keybinds
wiki entry.
-
#### `nn` - Create a new `.norg` file to take notes in
- Default map:
<Plug>(neorg.dirman.new-note)
- Mnemonic:
N
ewN
ote
- Default map:
-
#### `` - Demote an object recursively.
- Default map:
<Plug>(neorg.promo.demote)
- Default map:
-
#### `` - Promote an object recursively.
- Default map:
<Plug>(neorg.promo.promote)
- Default map:
-
#### `` - Create an iteration of e.g. a list item.
- Default map:
<Plug>(neorg.itero.next-iteration)
- Default map:
-
#### `` - Insert a link to a date at the current cursor position.
- Default map:
<Plug>(neorg.tempus.insert-date-insert-mode)
- Mnemonic:
D
ate
- Default map:
-
#### `<,` - Demote an object non-recursively.
- Default map:
<Plug>(neorg.promo.demote)
- Default map:
-
#### `<<` - Demote an object recursively.
- Default map:
<Plug>(neorg.promo.demote.nested)
- Default map:
-
#### `` - Switch the task under the cursor between a select few states
- Default map:
<Plug>(neorg.qol.todo-items.todo.task-cycle)
- Default map:
-
#### `` - Hop to the destination of the link under the cursor
- Default map:
<Plug>(neorg.esupports.hop.hop-link)
- Default map:
-
#### `id` - Insert a link to a date at the given position.
- Default map:
<Plug>(neorg.tempus.insert-date)
- Mnemonic:
I
nsertD
ate
- Default map:
-
#### `li` - Invert all items in a list. Unlike `lt`, inverting a list will respect mixed list items, instead of snapping all list types to a single one.
- Default map:
<Plug>(neorg.pivot.list.invert)
- Mnemonic:
L
istI
nvert
- Default map:
-
#### `lt` - Toggle a list from ordered <-> unordered
- Default map:
<Plug>(neorg.pivot.list.toggle)
- Mnemonic:
L
istT
oggle
- Default map:
-
#### `ta` - Mark the task under the cursor as "ambiguous"
- Default map:
<Plug>(neorg.qol.todo-items.todo.task-ambiguous)
- Mnemonic: mark
T
ask as ambiguous
- Default map:
-
#### `tc` - Mark the task under the cursor as "cancelled"
- Default map:
<Plug>(neorg.qol.todo-items.todo.task-cancelled)
- Mnemonic: mark
T
ask asC
ancelled
- Default map:
-
#### `td` - Mark the task under the cursor as "done"
- Default map:
<Plug>(neorg.qol.todo-items.todo.task-done)
- Mnemonic: mark
T
ask asD
one
- Default map:
-
#### `th` - Mark the task under the cursor as "on-hold"
- Default map:
<Plug>(neorg.qol.todo-items.todo.task-on-hold)
- Mnemonic: mark
T
ask as onH
old
- Default map:
-
#### `ti` - Mark the task under the cursor as "important"
- Default map:
<Plug>(neorg.qol.todo-items.todo.task-important)
- Mnemonic: mark
T
ask asI
mportant
- Default map:
-
#### `tp` - Mark the task under the cursor as "pending"
- Default map:
<Plug>(neorg.qol.todo-items.todo.task-pending)
- Mnemonic: mark
T
ask asP
ending
- Default map:
-
#### `tr` - Mark the task under the cursor as "recurring"
- Default map:
<Plug>(neorg.qol.todo-items.todo.task-recurring)
- Mnemonic: mark
T
ask asR
ecurring
- Default map:
-
#### `tu` - Mark the task under the cursor as "undone"
- Default map:
<Plug>(neorg.qol.todo-items.todo.task-undone)
- Mnemonic: mark
T
ask asU
ndone
- Default map:
-
#### `` - Same as ``, except open the destination in a vertical split
- Default map:
<Plug>(neorg.esupports.hop.hop-link.vsplit)
- Default map:
-
#### `>.` - Promote an object non-recursively.
- Default map:
<Plug>(neorg.promo.promote)
- Default map:
-
#### `>>` - Promote an object recursively.
- Default map:
<Plug>(neorg.promo.promote.nested)
- Default map:
-
#### `<` - Demote objects in range.
- Default map:
<Plug>(neorg.promo.demote.range)
- Default map:
-
#### `>` - Promote objects in range.
- Default map:
<Plug>(neorg.promo.promote.range)
- Default map:
core.autocommands
core.clipboard
core.clipboard.code-blocks
core.completion
core.concealer
core.defaults
core.dirman
core.dirman.utils
core.esupports.hop
core.esupports.indent
core.esupports.metagen
core.export
core.export.markdown
core.fs
core.highlights
core.integrations.coq_nvim
core.integrations.nvim-cmp
core.integrations.nvim-compe
core.integrations.treesitter
core.itero
core.journal
core.keybinds
core.latex.renderer
core.looking-glass
core.neorgcmd
core.neorgcmd.commands.return
core.pivot
core.presenter
core.promo
core.qol.toc
core.qol.todo_items
core.queries.native
core.scanner
core.storage
core.summary
core.syntax
core.tangle
core.tempus
core.text-objects
core.todo-introspector
core.ui
core.ui.calendar