Skip to content

Commit

Permalink
adding mappings for write and false use of '.'
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz-makandra committed Dec 23, 2020
1 parent 868a1ae commit 391394a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mappings.vim
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,11 @@ nmap <leader>fh :History<CR>
nmap <leader>fl :BLines<CR>
nmap <leader>fL :BLines!<CR>
nmap <leader>fb :Buffers<CR>
" don't screw up typing point instead of colon
"
nmap <silent> .w :set statusline='💣💥'<CR>
nmap <silent> .q :set statusline='💣💥'<CR>
nmap <silent> öw :set write<CR>
nmap <silent> öx :set x<CR>

0 comments on commit 391394a

Please sign in to comment.