remove bspc commands
This commit is contained in:
parent
744ead7003
commit
8c98009e27
4
init.vim
4
init.vim
|
@ -300,7 +300,7 @@ set conceallevel=0
|
|||
" #mappings {{{
|
||||
let g:mapleader = ' '
|
||||
" image capable file browser
|
||||
nnoremap <silent><space>rs :!bspc rule -a st-256color -o state=fullscreen; st ranger<CR>
|
||||
nnoremap <silent><space>rs :!st -t WM_FORCE_FULLSCREEN ranger<CR>
|
||||
" search and replace {{{
|
||||
nnoremap <space>rr :%s/\<<Ckr>=expand('<cword>')<CR>\>//g<left><left>
|
||||
"}}}
|
||||
|
@ -356,7 +356,7 @@ nnoremap <silent><space>ss :syntax sync fromstart<CR>
|
|||
nnoremap <space>gD :!clear; echo 'git diff'; git diff<CR>
|
||||
nnoremap <space>ga :!clear; git add %; git status<CR>
|
||||
nnoremap <space>gg :!clear; git add %; git commit -m ''<Left>
|
||||
nnoremap <silent><space>gs :!bspc rule -a st-256color -o state=fullscreen; st tig status<CR>
|
||||
nnoremap <silent><space>gs :!VIMRUNTIME= st -t WM_FORCE_FLOATING -g 230x62 tig status<CR>
|
||||
|
||||
"}}}
|
||||
" movement/navigation{{{
|
||||
|
|
Loading…
Reference in New Issue