diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-02-02 08:20:58 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-02-02 08:20:58 -0500 |
| commit | 4bea307828695bce2c8b9c1fdbf48dba742c9181 (patch) | |
| tree | 95b1a71ce278f6c045a91e1c7b9d04b64d4ba376 /.config | |
| parent | a794abdf3ded322d3d18e045691dce3d6c583086 (diff) | |
| download | eibhear-4bea307828695bce2c8b9c1fdbf48dba742c9181.tar.gz eibhear-4bea307828695bce2c8b9c1fdbf48dba742c9181.tar.zst eibhear-4bea307828695bce2c8b9c1fdbf48dba742c9181.zip | |
vimling bindings manually set
Diffstat (limited to '.config')
| -rw-r--r-- | .config/nvim/init.vim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 63e31c4..e975d38 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -40,6 +40,13 @@ set clipboard=unnamedplus map <C-n> :NERDTreeToggle<CR> autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isTabTree()) | q | endif +" vimling: + nm <leader>d :call ToggleDeadKeys()<CR> + imap <leader>d <esc>:call ToggleDeadKeys()<CR>a + nm <leader>i :call ToggleIPA()<CR> + imap <leader>i <esc>:call ToggleIPA()<CR>a + nm <leader>q :call ToggleProse()<CR> + " Shortcutting split navigation, saving a keypress: map <C-h> <C-w>h map <C-j> <C-w>j |
