-
### Description
I would love to see the following implemented:
- A `.vimrc`-like file for custom bindings. (Would fix parts of #61 and #107)
- A langmap feature as seen in Vim. (Would likely fix …
-
### Check for existing issues
- [X] Completed
### Describe the feature
Being able to point to a .vimrc file and have vim mode use those bindings
### If applicable, add mockups / screenshots to hel…
-
### I have done the following steps before reporting this issue:
- [X] I have searched the existing issues
- [X] I have read the FAQ in the help doc
### Operating system/version
linux
### GUI clie…
-
# vim C 개발 환경설정 | 99Docs
Docs for programming, problem solving, etc.
[https://mkparkqq.github.io/docs/dev/2024-04-16-vimrc.html](https://mkparkqq.github.io/docs/dev/2024-04-16-vimrc.html)
-
Submission [1414](https://www.vimgolf.com/challenges/4d1a1c36567bac34a9000002#64) of challenge 4d1a1c36567bac34a9000002 contains the following:
`faDlaa.join(',')}"k`
This operates on line 3 of t…
-
**Please Review Before Posting!**
- [x] I'm reasonably sure that this bug is indeed about the Vimrc file support and not a general Vim in Obsidian issue. If it's a general Vim issue, report it [her…
-
ubuntu vim config file:
```sh
set nu
syntax on
set t_Co=256
set sw=2
set tabstop=4
set softtabstop=4
set shiftwidth=4
set autoindent
set cursorline
set expandtab
autocmd ColorScheme * high…
-
I see no configuration for Vimrc. Please add that.
-
syntax on
set number
set encoding=utf-8
set smartindent
set cursorline
set clipboard=unnamed,autoselect
set background=dark
colorscheme molokai
set t_Co=256
:command! RC :source $MYVIMRC
…
-
Related:
https://vi.stackexchange.com/questions/31310/search-throws-e363-pattern-uses-more-memory-than-maxmempattern
quote: "the underlying search, which may be found in separate file like a synta…