mscoutermarsh / dotfiles

my Vim/Tmux config :muscle::zap:
https://mikecoutermarsh.com/boston-vim-learning-vim-in-a-week/
Other
765 stars 181 forks source link

Changed the definition of leader. #3

Closed hallzy closed 9 years ago

hallzy commented 9 years ago

I always found that:

let mapleader = "\<Space>

Led to some problems for me. using:

map <Space> <leader>

works better. In particular, when I am editing a file with the former mapping, the space would not show as soon as I entered the space key, while the latter does show the space right away.

Also removed some trailing whitespaces.

mscoutermarsh commented 9 years ago

Thank you! :star2:

hallzy commented 9 years ago

You are most welcome :)