Updated emacs-d and added Remtrail command to vimrc

This commit is contained in:
hellerve
2015-06-15 16:10:45 +02:00
parent d6da2b169d
commit 23636108a1
64 changed files with 3571 additions and 21 deletions

3
vimrc
View File

@@ -166,6 +166,9 @@ nnoremap <leader>ma :set mouse=a<cr>
" Turn mouse mode off
nnoremap <leader>mo :set mouse=<cr>
" remove trailing spaces
command Remtrail %s/ +$//g
" Default to mouse mode on
set mouse=a
" }}}