mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-23 03:02:42 +00:00
feats: nvim, emacs, shell
* nvim: Add copilot completions * nvim: grug-far buffer won't show lualine & winbar now * nvim: remove obsidian.nvim * nvim: luasnip now works * emacs: more keymaps in org-mode * emacs: start customizing leader keys * shell: Add more ls aliases * shell: Add apt alias in fish
This commit is contained in:
parent
da0cc1d6e8
commit
a506ee28ad
14 changed files with 120 additions and 31 deletions
|
|
@ -33,7 +33,9 @@
|
|||
"C-c i" (lambda () (interactive) (my/insert-emphasis-with-zws ?/))
|
||||
"C-c u" (lambda () (interactive) (my/insert-emphasis-with-zws ?_))
|
||||
:nvom "N" 'org-next-visible-heading
|
||||
:nvom "E" 'org-previous-visible-heading)
|
||||
:nvom "E" 'org-previous-visible-heading
|
||||
:nvom "M-n" 'org-metadown
|
||||
:nvom "M-e" 'org-metaup)
|
||||
|
||||
(setq org-capture-templates
|
||||
'(("t" "Task" entry (file+headline "~/OrgFiles/tasks/inbox.org" "Tasks")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue