add 2 more digraphs for vim

This commit is contained in:
Julin S 2021-11-11 17:34:23 +05:30
parent d75f09890e
commit 8311688a2c
5 changed files with 20 additions and 1 deletions

View File

@ -125,6 +125,9 @@
(setq org-M-RET-may-split-line '((default . nil)))
;(setq org-M-RET-may-split-line nil)
;
;; Disable auto-indentation
(setq org-adapt-indentation nil)
;
;; States
; https://orgmode.org/manual/Workflow-states.html
;

View File

@ -250,4 +250,8 @@
((?e ?i) . ?\x1dd) ; ǝ
((?r ?i) . ?\x279) ; ɹ
((?j ?z) . ?\x292) ; ʒ
; arrow
((?= ?^) . ?\x21d1) ; ⇑
((?= ?v) . ?\x21d3) ; ⇓
))

View File

@ -51,6 +51,7 @@ c.new_instance_open_target = 'window'
## Shorthand to choose search engine
c.url.searchengines['g'] = 'https://www.google.com/search?q={}'
c.url.searchengines['@w'] = 'https://en.wikipedia.org/w/index.php?search={}'
c.url.searchengines['@s'] = 'https://scholar.google.com/scholar?q={}'
## Set default search engine
c.url.searchengines['DEFAULT'] = 'https://lite.duckduckgo.com/lite/?q={}'
@ -72,7 +73,8 @@ c.content.notifications.enabled = False
c.content.autoplay = False
## Auto-complete
c.completion.open_categories = ["quickmarks", "bookmarks", "history", "filesystem"]
c.completion.open_categories = ["quickmarks", "bookmarks",
"history", "filesystem"]
c.completion.show = "auto"
## Per-domain settings

View File

@ -24,6 +24,12 @@ set expandtab
" Always show status line
set laststatus=2
" Don't break wrap lines mid-word
set linebreak " or just 'se lbr'
" Allow more tabs
"set tabpagemax=20
" Set color scheme
colo industry

View File

@ -260,6 +260,10 @@ digr ri 633 " ɹ (overrides り)
digr jz 658 " ʒ
" ɜ reversed open e
"" Arrows
digr =^ 8657 " ⇑
digr =v 8659 " ⇓
"" Matrix brackets