projects
/
dotvim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b6b315
)
F5: save file and exec file
author
Tobias Sachs
<github.com-Moh9the-ts@ctsachs.de>
Tue, 13 Oct 2020 12:05:44 +0000
(14:05 +0200)
committer
Tobias Sachs
<github.com-Moh9the-ts@ctsachs.de>
Tue, 13 Oct 2020 12:05:44 +0000
(14:05 +0200)
vimrc
patch
|
blob
|
history
diff --git
a/vimrc
b/vimrc
index a126e1546610a5aa62541552e7e832cfc44495d4..d5795dd06cc383b62bb2009b4a4a5db5e55dd2ae 100644
(file)
--- a/
vimrc
+++ b/
vimrc
@@
-31,7
+31,7
@@
syntax on
set backspace=indent,eol,start
set relativenumber
set number
-
"
set lazyredraw
+set lazyredraw
set autoindent
set expandtab
@@
-125,6
+125,9
@@
nnoremap ZZ :wqall<CR>
nnoremap <F6> :wa<CR>:make -j 8<CR><CR>
inoremap <F6> <esc>:wa<CR>:make -j 8<CR><CR>
+nnoremap <F5> :wa\|!./%<CR>
+inoremap <F5> <esc>:wa\|!./%<CR>
+
nnoremap <C-l> <C-W>l
" Copy paste to/from system clipboard