mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
The F5 and F6 mappings were both set to F5, and this is now fixed
This commit is contained in:
parent
91a798c190
commit
5cc350bd73
4 changed files with 19 additions and 4 deletions
|
@ -2,8 +2,8 @@
|
||||||
" "
|
" "
|
||||||
" Darkcloud Vim Theme: "
|
" Darkcloud Vim Theme: "
|
||||||
" "
|
" "
|
||||||
" Version: 1.0 "
|
|
||||||
" Maintainer: Prurigro "
|
" Maintainer: Prurigro "
|
||||||
|
" License: MIT "
|
||||||
" "
|
" "
|
||||||
"========================"
|
"========================"
|
||||||
"
|
"
|
||||||
|
|
|
@ -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>'
|
||||||
|
|
|
@ -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 {{{
|
||||||
|
|
|
@ -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 {{{
|
||||||
|
|
Loading…
Reference in a new issue