Created
November 7, 2023 15:21
-
-
Save zevaverbach/ddd96bc70d82f78079a7443df9b49fa1 to your computer and use it in GitHub Desktop.
Revisions
-
zevaverbach created this gist
Nov 7, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ bind -r '\C-s' stty -ixon This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ set autoindent expandtab tabstop=4 shiftwidth=4 set hidden nnoremap <C-S> :w<cr> inoremap <C-S> <esc>:w<cr>i let mapleader=" " nnoremap <leader>w :w<cr>:bw<cr> nnoremap <leader>v :e ~/.vimrc<cr> nnoremap <leader>s :source ~/.vimrc<cr>