File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change 360
360
" http://stackoverflow.com/a/8064607/127816
361
361
vnoremap . :normal .<CR>
362
362
363
- " Fix home and end key bindings for screen, particularly on mac
364
- " - for some reason this fixes the arrow keys too. huh.
365
- " - __Note__ that this has been shown to slow down switching from insert
366
- " to normal mode (for users that don't use screen?)
367
- if exists (' g:spf13_screen_mapping' )
368
- map [F $
369
- imap [F $
370
- map [H g0
371
- imap [H g0
372
- end
373
-
374
363
" For when you forget to sudo.. Really Write the file.
375
364
cmap w!! w !sudo tee % >/dev/null
376
365
Original file line number Diff line number Diff line change 86
86
" Require a special keypress to enter multiple cursors mode
87
87
" let g:multi_cursor_start_key='+'
88
88
89
- " Add mappings for Unix `screen` program.
90
- " __Note!__ This has been shown to slow down exiting insert mode back to
91
- " normal mode for some users (who don't use screen?)
92
- " To enable screen mapping uncomment the following line
93
- " let g:spf13_screen_mapping = 1
94
-
95
89
" }
96
90
97
91
" Use fork before if available {
You can’t perform that action at this time.
0 commit comments