The F5 and F6 mappings were both set to F5, and this is now fixed

This commit is contained in:
Kevin 2014-04-02 19:51:33 -04:00
parent 91a798c190
commit 5cc350bd73
4 changed files with 19 additions and 4 deletions

View file

@ -2,8 +2,8 @@
" " " "
" Darkcloud Vim Theme: " " Darkcloud Vim Theme: "
" " " "
" Version: 1.0 "
" Maintainer: Prurigro " " Maintainer: Prurigro "
" License: MIT "
" " " "
"========================" "========================"
" "

View file

@ -1,5 +1,10 @@
"===========================" "==========================="
" "
" Keyboard Configuration: " " Keyboard Configuration: "
" "
" Maintainer: Prurigro "
" License: MIT "
" "
"===========================" "==========================="
" "
" Note: " Note:
@ -161,9 +166,9 @@
inoremap <silent><expr> <F5> '<C-O>:set spell!<CR>' inoremap <silent><expr> <F5> '<C-O>:set spell!<CR>'
"toggle syntax checking "toggle syntax checking
nnoremap <silent><expr> <F5> ':SyntasticToggleMode<CR>' nnoremap <silent><expr> <F6> ':SyntasticToggleMode<CR>'
vnoremap <silent><expr> <F5> '<Esc>:SyntasticToggleMode<CR>v' vnoremap <silent><expr> <F6> '<Esc>:SyntasticToggleMode<CR>v'
inoremap <silent><expr> <F5> '<C-O>:SyntasticToggleMode<CR>' inoremap <silent><expr> <F6> '<C-O>:SyntasticToggleMode<CR>'
"bindings to trigger the gundo undo history "bindings to trigger the gundo undo history
nnoremap <silent><expr> <F9> ':GundoToggle<CR>' nnoremap <silent><expr> <F9> ':GundoToggle<CR>'

View file

@ -1,5 +1,10 @@
"==========================" "=========================="
" "
" Plugins Configuration: " " Plugins Configuration: "
" "
" Maintainer: Prurigro "
" License: MIT "
" "
"==========================" "=========================="
"PATHOGEN BUNDLED EXTENSIONS PLUGIN: LOAD BUNDLED PLUGINS {{{ "PATHOGEN BUNDLED EXTENSIONS PLUGIN: LOAD BUNDLED PLUGINS {{{

View file

@ -1,5 +1,10 @@
"===============================" "==============================="
" "
" Vim Settings Configuration: " " Vim Settings Configuration: "
" "
" Maintainer: Prurigro "
" License: MIT "
" "
"===============================" "==============================="
"COMPATIBILITY SETTINGS: DOCUMENT AND ENVIRONMENT SETTINGS {{{ "COMPATIBILITY SETTINGS: DOCUMENT AND ENVIRONMENT SETTINGS {{{