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

Remove ^R character from vimrc
Author: xaizek
Author date (UTC): 2020-02-17 13:54
Committer name: xaizek
Committer date (UTC): 2020-02-17 13:54
Parent(s): e09f4e2ed69a9203192d687bee90cb7597c23cd9
Signing key: 99DC5E4DB05F6BE2
Tree: ace7c001bfb883ef35c8bf2d5d54b5775f97c145
File Lines added Lines deleted
vimrc 1 1
File vimrc changed (mode: 100644) (index 17947e9..6350295)
... ... nnoremap <silent> <c-k><c-l> <c-w>l<c-w>p:<c-r>=winnr('#')<cr>hide<cr>
526 526
527 527 highlight SecondaryHighlight guibg=lightgreen guifg=black ctermbg=lightgreen ctermfg=black highlight SecondaryHighlight guibg=lightgreen guifg=black ctermbg=lightgreen ctermfg=black
528 528 " swap marking " swap marking
529 nnoremap <silent> <leader>m :2match SecondaryHighlight ///<cr>
529 nnoremap <silent> <leader>m :2match SecondaryHighlight /<c-r>//<cr>
530 530 " clear marking " clear marking
531 531 nnoremap <silent> <leader>cm :2match none<cr> nnoremap <silent> <leader>cm :2match none<cr>
532 532
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