dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 6043dc1eb6576ce32efcf5b41a634d32cb4add55
parent b10ae60ef0dea024de8bc13bb73502a9f51ac787
Author: Ed van Bruggen <ed@edryd.org>
Date:   Tue, 10 Oct 2017 21:55:38 -0700

vim: silence leader commands

Diffstat:
vimrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vimrc b/vimrc @@ -320,8 +320,8 @@ nnoremap <C-L> :bnext<CR> nnoremap <C-J> <C-D> nnoremap <C-K> <C-U> -nnoremap <leader>m :make run<CR> -nnoremap <leader>c :!ctags -R .<CR> +nnoremap <silent> <leader>m :make<CR> +nnoremap <silent> <leader>c :!ctags -R .<CR> " pair completion{{{2 inoremap { {}<Left>