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: "
|
||||
" "
|
||||
" Version: 1.0 "
|
||||
" Maintainer: Prurigro "
|
||||
" License: MIT "
|
||||
" "
|
||||
"========================"
|
||||
"
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
"==========================="
|
||||
" "
|
||||
" Keyboard Configuration: "
|
||||
" "
|
||||
" Maintainer: Prurigro "
|
||||
" License: MIT "
|
||||
" "
|
||||
"==========================="
|
||||
"
|
||||
" Note:
|
||||
|
@ -161,9 +166,9 @@
|
|||
inoremap <silent><expr> <F5> '<C-O>:set spell!<CR>'
|
||||
|
||||
"toggle syntax checking
|
||||
nnoremap <silent><expr> <F5> ':SyntasticToggleMode<CR>'
|
||||
vnoremap <silent><expr> <F5> '<Esc>:SyntasticToggleMode<CR>v'
|
||||
inoremap <silent><expr> <F5> '<C-O>:SyntasticToggleMode<CR>'
|
||||
nnoremap <silent><expr> <F6> ':SyntasticToggleMode<CR>'
|
||||
vnoremap <silent><expr> <F6> '<Esc>:SyntasticToggleMode<CR>v'
|
||||
inoremap <silent><expr> <F6> '<C-O>:SyntasticToggleMode<CR>'
|
||||
|
||||
"bindings to trigger the gundo undo history
|
||||
nnoremap <silent><expr> <F9> ':GundoToggle<CR>'
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
"=========================="
|
||||
" "
|
||||
" Plugins Configuration: "
|
||||
" "
|
||||
" Maintainer: Prurigro "
|
||||
" License: MIT "
|
||||
" "
|
||||
"=========================="
|
||||
|
||||
"PATHOGEN BUNDLED EXTENSIONS PLUGIN: LOAD BUNDLED PLUGINS {{{
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
"==============================="
|
||||
" "
|
||||
" Vim Settings Configuration: "
|
||||
" "
|
||||
" Maintainer: Prurigro "
|
||||
" License: MIT "
|
||||
" "
|
||||
"==============================="
|
||||
|
||||
"COMPATIBILITY SETTINGS: DOCUMENT AND ENVIRONMENT SETTINGS {{{
|
||||
|
|
Loading…
Reference in a new issue