diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index 506c71f..8dd9313 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -201,6 +201,9 @@ nmap q :bd " close the current buffer " switch between current and last buffer nmap . +" enable . command in visual mode +vnoremap . :normal . + " Window movement shortcuts " move to the window in the direction shown, or create a new window function! WinMove(key) @@ -310,6 +313,7 @@ function! Smart_TabComplete() endif endfunction inoremap =Smart_TabComplete() + """"""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Plugins """""""""""""""""""""""""""""""""""""""""""""""""""""""""""