]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vimrc
Full command names
[dotfiles.git] / vim / .vimrc
index 4ad145e031b42bae5e36c780403a7f2520681047..a46469930571e86bb288a7df59eaee71125a8808 100644 (file)
@@ -145,7 +145,6 @@ nmap _ f_l
 
 nmap <leader>] "*yiw
 nmap <leader>p "_diwP
-nmap <leader>o :let @*=expand("%:p")<CR>
 
 nmap ]q :cnext<CR>
 nmap [q :cprev<CR>
@@ -164,7 +163,7 @@ nmap <leader>' yiwciw"<C-r>""<ESC>
 nmap <leader>h1 yypVr=o
 nmap <leader>72 :set textwidth=72
 nmap <leader>sc 024i-<ESC>a >8 <ESC>24a-<ESC>
-nmap <leader><C-]> :vertical winc ]<CR>
+nmap <leader><C-]> :vertical wincmd ]<CR>
 nnoremap <C-P> <C-I>
 
 nmap <F1> :help!<CR>