Compare commits
2 Commits
c106245c14
...
3dcbfe7d27
| Author | SHA1 | Date | |
|---|---|---|---|
| 3dcbfe7d27 | |||
| 7687fd009a |
+7
-6
@@ -62,12 +62,13 @@ set wildignore=*.o,*.obj,.git/**,tags,*.pyc
|
|||||||
set noswapfile
|
set noswapfile
|
||||||
set makeprg=just
|
set makeprg=just
|
||||||
syntax on
|
syntax on
|
||||||
tnoremap <c-w>c <c-\><c-n><c-w>c
|
tnoremap <silent> <c-w>c <c-\><c-n><c-w>c
|
||||||
xnoremap H ^
|
xnoremap <silent> H ^
|
||||||
xnoremap L $
|
xnoremap <silent> L $
|
||||||
nnoremap Q @@
|
nnoremap <silent> Q @@
|
||||||
nnoremap ,m :make<CR>
|
nnoremap <silent> ,m :make<CR>
|
||||||
nnoremap - :E<CR>
|
nnoremap <silent> - :E<CR>
|
||||||
|
nnoremap <silent> _ :execute 'Explore ' . fnameescape(getcwd())<CR>
|
||||||
|
|
||||||
if has('clipboard')
|
if has('clipboard')
|
||||||
set clipboard^=unnamed,unnamedplus
|
set clipboard^=unnamed,unnamedplus
|
||||||
|
|||||||
Reference in New Issue
Block a user