make most keybinds silent
This commit is contained in:
+6
-6
@@ -62,12 +62,12 @@ 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>
|
nnoremap <silent> _ :execute 'Explore ' . fnameescape(getcwd())<CR>
|
||||||
|
|
||||||
if has('clipboard')
|
if has('clipboard')
|
||||||
|
|||||||
Reference in New Issue
Block a user