diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index 912cfd0..a42883a 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -239,6 +239,8 @@ nnoremap 3 " moving up and down work as you would expect nnoremap j gj nnoremap k gk +nnoremap ^ g^ +nnoremap $ g$ " search for word under the cursor nnoremap / "fyiw :/f @@ -253,6 +255,8 @@ let g:silent_custom_command = 0 nmap \t :set ts=4 sts=4 sw=4 noet nmap \s :set ts=4 sts=4 sw=4 et +nmap w :setf textile :Goyo + """"""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Functions """""""""""""""""""""""""""""""""""""""""""""""""""""""""""