Bruno BELANYI
0478efa817
The beancount mappings are absolutely unused. The `Y` mapping is built in NeoVim nowadays.
6 lines
177 B
VimL
6 lines
177 B
VimL
" Run make silently, then skip the 'Press ENTER to continue'
|
|
noremap <Leader>m :silent! :make! \| :redraw!<CR>
|
|
|
|
" Remove search-highlighting
|
|
noremap <Leader><Leader> :nohls<CR>
|