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

xmap -> xnoremap in vimrc
Author: xaizek
Author date (UTC): 2020-02-17 14:04
Committer name: xaizek
Committer date (UTC): 2020-02-17 14:04
Parent(s): e67d503b42d793472411d709cbebd77cd36efa36
Signing key: 99DC5E4DB05F6BE2
Tree: e270f790f9696e03de12bf5812543a5314e840c1
File Lines added Lines deleted
vimrc 1 1
File vimrc changed (mode: 100644) (index 4ff4113..9d5b481)
... ... nnoremap <leader>0 :tab drop $HOME/.vifm/vifmrc<cr>
677 677 nnoremap <leader>- :tab drop $HOME/.vifm/vifmrc_local<cr> nnoremap <leader>- :tab drop $HOME/.vifm/vifmrc_local<cr>
678 678
679 679 " edit visual selection in new tab " edit visual selection in new tab
680 xmap ,t y:tabe<cr>Vp
680 xnoremap ,t y:tabe<cr>Vp
681 681
682 682 " some additional paths for file searches " some additional paths for file searches
683 683 if s:win if s:win
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