added custom functions dir in .config

This commit is contained in:
2021-05-03 10:02:45 +02:00
parent 1da2266143
commit 92c0c3e24d
4 changed files with 115 additions and 1 deletions
+6
View File
@@ -30,6 +30,12 @@ nmap <leader>W :q!<CR>
nmap <leader>vs :vs<CR>
nmap <leader>hs :hs<CR>
" copy to system clipboard
set clipboard=unnamedplus
noremap <Leader>y "*y
noremap <Leader>p "*p
noremap <Leader>Y "+y
noremap <Leader>P "+p
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim