Skip to content

Commit 4b677ee

Browse files
author
pairdev
committed
fast saving
1 parent 2060518 commit 4b677ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vimrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ map <C-T> :tab split<CR>:exec("tag ".expand("<cword>"))<CR>
2929
" Copy current file path to system clipboard
3030
nmap <silent> cp :let @*=expand("%")<CR>
3131
" Fast saving
32-
nmap ,w :w!<CR>
32+
nmap <leader>w :w!<CR>
3333
3434
""""""""""""""""""""""""""""""""""""Search
3535
"ignore case when searching

0 commit comments

Comments
 (0)