We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2060518 commit 4b677eeCopy full SHA for 4b677ee
.vimrc
@@ -29,7 +29,7 @@ map <C-T> :tab split<CR>:exec("tag ".expand("<cword>"))<CR>
29
" Copy current file path to system clipboard
30
nmap <silent> cp :let @*=expand("%")<CR>
31
" Fast saving
32
-nmap ,w :w!<CR>
+nmap <leader>w :w!<CR>
33
34
""""""""""""""""""""""""""""""""""""Search
35
"ignore case when searching
0 commit comments