mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 07:01:36 +01:00
added xconf
This commit is contained in:
5
vim/rc
5
vim/rc
@@ -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.
Reference in New Issue
Block a user