diff options
author | Ben Sima <ben@bsima.me> | 2019-03-12 10:02:33 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-03-12 10:02:33 -0700 |
commit | 8a7b92ed8bf86a20e008af389964ee70bace765d (patch) | |
tree | f45f423018bc73c66d393b3ba77292e4a39543dd /vimrc | |
parent | f5b35ee7d32bca871f2c177d119ba45222d2b2b6 (diff) |
Add ix command: \i
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -32,7 +32,8 @@ endif """ Mappings imap fd <Esc> -nnoremap ,s :r ~/sig.txt<cr> +" send to ix.io +noremap <silent> <leader>i :w !ix<CR> " Use <C-L> to clear the highlighting of :set hlsearch. if maparg('<C-L>', 'n') ==# '' |