Skip to content

Commit

Permalink
feat(vim): map ctrl+s to :update
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillmorozov committed Mar 18, 2024
1 parent 8b0501c commit 03f13b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vim/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ nmap <leader>w <c-w>
vnoremap <leader>y "+y
map <leader>p "+p
map <leader>P "+P
noremap <C-S> :update<CR>
" Commands
if executable("gofumpt")
Expand Down

0 comments on commit 03f13b7

Please sign in to comment.