Orgmode: Difference between revisions

From Celeste@Hoppinglife
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


[nvim-orgmode](https://github.com/nvim-orgmode/orgmode) is a very nice port to use org mode in vim.
[nvim-orgmode](https://github.com/nvim-orgmode/orgmode) is a very nice port to use org mode in vim.
{| class="wikitable"
|+ Key Bindings
|-
! Key !! Binding
|-
| <leader>o, || Set priority.
|-
| cit<status> || Set status of item.
|-
| <leader>oxi || Clock in
|-
| <leader>oxo || Clock out
|}

Revision as of 18:11, 31 July 2023

Org mode is a generic structured text file format that can be use to literal program todo lists and related tasks.

Nvim Port

[nvim-orgmode](https://github.com/nvim-orgmode/orgmode) is a very nice port to use org mode in vim.

Key Bindings
Key Binding
<leader>o, Set priority.
cit<status> Set status of item.
<leader>oxi Clock in
<leader>oxo Clock out