xaizek / dotvim (License: Unspecified) (since 2018-12-07)
Vim configuration and plugins.
Commit 7950b056bcc6a97e4568101ec57e0a7fe65af290

No jj mapping
Not using this for years.
Author: xaizek
Author date (UTC): 2020-02-17 13:57
Committer name: xaizek
Committer date (UTC): 2020-02-17 13:57
Parent(s): a9f62083d401b5400f742f2e528eb3d765464ecb
Signing key: 99DC5E4DB05F6BE2
Tree: 7a9338c39eee6297bca0e276c61248d903521755
File Lines added Lines deleted
vimrc 0 5
File vimrc changed (mode: 100644) (index 6350295..46a551b)
... ... nmap # :set hlsearch<cr>,#
633 633 set ignorecase set ignorecase
634 634 set smartcase set smartcase
635 635
636 " jj - <esc>
637 imap jj <esc>
638 " cmap jj <c-c>
639 smap jj <esc>
640
641 636 " don't loose selection in visual mode on < and > " don't loose selection in visual mode on < and >
642 637 vnoremap < <gv vnoremap < <gv
643 638 vnoremap > >gv vnoremap > >gv
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotvim

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotvim

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master