Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. syntax on
  2. filetype plugin indent on
  3. set encoding=utf-8
  4. set number
  5. set tabstop=4
  6. inoremap jk <ESC>
  7.  
  8. " Pfeiltasten rausnehmen
  9. nnoremap <up> <nop>
  10. nnoremap <down> <nop>
  11. nnoremap <left> <nop>
  12. nnoremap <right> <nop>
  13. inoremap <up> <nop>
  14. inoremap <down> <nop>
  15. inoremap <left> <nop>
  16. inoremap <right> <nop>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement