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

Drop old 'path' nonsense from vimrc
Author: xaizek
Author date (UTC): 2020-02-17 14:08
Committer name: xaizek
Committer date (UTC): 2020-02-17 14:08
Parent(s): 7e53ebab640d80c656c34ed5361ff3930864148e
Signing key: 99DC5E4DB05F6BE2
Tree: 49bc4a188011f1bbc67fbc6c5607938fbc57af3d
File Lines added Lines deleted
vimrc 0 9
File vimrc changed (mode: 100644) (index 9d5b481..d0e5fdc)
... ... nnoremap <leader>- :tab drop $HOME/.vifm/vifmrc_local<cr>
679 679 " edit visual selection in new tab " edit visual selection in new tab
680 680 xnoremap ,t y:tabe<cr>Vp xnoremap ,t y:tabe<cr>Vp
681 681
682 " some additional paths for file searches
683 if s:win
684 set path+=E:/programming/compilers/MinGW/include/
685 else
686 set path+=/usr/local/include
687 " set path+=/mnt/data/X-files/Prj(MK)/
688 " set path+=/mnt/data/X-files/Prj(MK)/stdclib/inc/
689 endif
690
691 682 " line movement commands (up and down) " line movement commands (up and down)
692 683 nnoremap <a-j> mz:m+<cr>`z== nnoremap <a-j> mz:m+<cr>`z==
693 684 nnoremap <a-k> mz:m-2<cr>`z== nnoremap <a-k> mz:m-2<cr>`z==
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