added xconf

This commit is contained in:
Sheppy
2016-11-03 00:38:04 +01:00
parent 50ec722231
commit 452094a1d9
5 changed files with 15 additions and 2 deletions

5
vim/rc
View File

@@ -39,7 +39,7 @@ nnoremap Ctrl-l :nohlsearch
"movement
"move by visual line
nnoremap w g<Up>:call HL_branch():@/
nnoremap w g<Up>
nnoremap s g<Down>
nnoremap a <Left>
nnoremap d <Right>
@@ -127,6 +127,9 @@ endif
inoremap <F5> <C-O>:execute HL_branch()<CR>
nnoremap <F5> :execute HL_branch()<CR>
nnoremap w g<Up>:execute HL_branch()<CR>
nnoremap s g<Down>:execute HL_branch()<CR>
function HL_branch()
let line=getline('.')
"backslash muss escaped werden um + zu escapen in func

Binary file not shown.