mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Merge pull request #298 from dmitmel/master
[pull] master from dmitmel:master
This commit is contained in:
commit
d8b10493a3
1 changed files with 1 additions and 2 deletions
|
@ -158,8 +158,7 @@ set commentstring=//%s
|
|||
nnoremap <leader>ku <Cmd>set keymap=ukrainian-jcuken-custom<CR>
|
||||
|
||||
nnoremap <C-o> <Cmd>DotfilesSwapKeymaps<CR>
|
||||
let g:dotfiles_prev_keymap = &keymap
|
||||
command! -nargs=0 DotfilesSwapKeymaps let [g:dotfiles_prev_keymap, &g:keymap] = [&g:keymap, g:dotfiles_prev_keymap]
|
||||
command! -nargs=0 DotfilesSwapKeymaps let [b:dotfiles_prev_keymap, &keymap] = [&keymap, get(b:, 'dotfiles_prev_keymap', '')]
|
||||
|
||||
" }}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue