Skip to content

Instantly share code, notes, and snippets.

@zevaverbach
Created November 7, 2023 15:21
Show Gist options
  • Save zevaverbach/ddd96bc70d82f78079a7443df9b49fa1 to your computer and use it in GitHub Desktop.
Save zevaverbach/ddd96bc70d82f78079a7443df9b49fa1 to your computer and use it in GitHub Desktop.

Revisions

  1. zevaverbach created this gist Nov 7, 2023.
    2 changes: 2 additions & 0 deletions .bashrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    bind -r '\C-s'
    stty -ixon
    8 changes: 8 additions & 0 deletions .vimrc
    Original 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>