Skip to content

Commit 9b23636

Browse files
committed
Removed screen program mapping
1 parent a6c6647 commit 9b23636

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

.vimrc

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -360,17 +360,6 @@
360360
" http://stackoverflow.com/a/8064607/127816
361361
vnoremap . :normal .<CR>
362362
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  $
369-
imap  $
370-
map  g0
371-
imap  g0
372-
end
373-
374363
" For when you forget to sudo.. Really Write the file.
375364
cmap w!! w !sudo tee % >/dev/null
376365

.vimrc.before

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,6 @@
8686
" Require a special keypress to enter multiple cursors mode
8787
" let g:multi_cursor_start_key='+'
8888

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-
9589
" }
9690

9791
" Use fork before if available {

0 commit comments

Comments
 (0)