aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/.vimrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 50155b0..ad42e6f 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -72,9 +72,6 @@ nnoremap <silent> <leader>p :silent :r !xsel -o -b<CR>
" ┃ ┃ ┃┃┃┃┃┃┃┣━┫┃┗┫ ┃┃┗━┓
" ┗━╸┗━┛╹ ╹╹ ╹╹ ╹╹ ╹╺┻┛┗━┛
-" make ; work like : for commands (lazy shifting)
-nnoremap ; :
-
" json pretty print
command J :%!python -mjson.tool