diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-03-09 11:47:33 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-03-09 11:47:33 +0000 |
commit | bb625123d1f09c6f87eba1266fede3a66d3f1e87 (patch) | |
tree | fc7ab81f4686bdb67d6c9cdd69c5475c67a33d6f /vim/.vimrc | |
parent | 2766ffb0a6bf3af276e88544602100e06d1cf1e9 (diff) |
Add binding to force update i3 status
Diffstat (limited to 'vim/.vimrc')
-rw-r--r-- | vim/.vimrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -11,11 +11,11 @@ let maplocalleader = "," " }}} "" Plugins {{{ call plug#begin('~/.vim/plugged') - Plug 'LnL7/vim-nix' Plug 'PotatoesMaster/i3-vim-syntax' Plug 'SirVer/ultisnips' Plug 'airblade/vim-gitgutter' +Plug 'AndrewRadev/splitjoin.vim' Plug 'beloglazov/vim-online-thesaurus' Plug 'christoomey/vim-tmux-navigator' Plug 'critiqjo/lldb.nvim' @@ -53,6 +53,7 @@ Plug 'tpope/vim-fugitive' Plug 'tpope/vim-obsession' Plug 'tpope/vim-repeat' Plug 'tpope/vim-rsi' +Plug 'tpope/vim-scriptease' Plug 'tpope/vim-sensible' Plug 'tpope/vim-surround' Plug 'tpope/vim-unimpaired' @@ -334,6 +335,8 @@ nnoremap <silent> ]b :BufSurfForward<cr> nnoremap <silent> [B :BufSurfBack<cr>:bd! #<cr> nnoremap <silent> ]B :BufSurfForward<cr>:bd! #<cr> +nnoremap ,s :source %<cr> + " }}} "" Colorscheme {{{ function! SaveColo(...) |