summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-03-12 10:02:33 -0700
committerBen Sima <ben@bsima.me>2019-03-12 10:02:33 -0700
commit8a7b92ed8bf86a20e008af389964ee70bace765d (patch)
treef45f423018bc73c66d393b3ba77292e4a39543dd /vimrc
parentf5b35ee7d32bca871f2c177d119ba45222d2b2b6 (diff)
Add ix command: \i
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 58b2380..6a31188 100644
--- a/vimrc
+++ b/vimrc
@@ -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') ==# ''