misc changes
This commit is contained in:
parent
43065d3c06
commit
53784924ec
|
@ -52,7 +52,7 @@ HOME="/home/usr/.local/share/firefox/" bash gituser.js/updater.sh -l
|
||||||
|
|
||||||
cd /home/usr/git/dot/firefox
|
cd /home/usr/git/dot/firefox
|
||||||
printf "Please install all the extensions, then close all windows in the browser.\n"
|
printf "Please install all the extensions, then close all windows in the browser.\n"
|
||||||
fire https://example.com umatrix.xpi tridactyl.xpi gruvbox.xpi
|
fire https://example.com $(pwd)/umatrix.xpi $(pwd)/tridactyl.xpi $(pwd)/gruvbox.xpi
|
||||||
|
|
||||||
curl -fsSl https://raw.githubusercontent.com/tridactyl/native_messenger/master/installers/install.sh -o /tmp/trinativeinstall.sh && HOME="/home/usr/.local/share/firefox" sh /tmp/trinativeinstall.sh 1.22.1
|
curl -fsSl https://raw.githubusercontent.com/tridactyl/native_messenger/master/installers/install.sh -o /tmp/trinativeinstall.sh && HOME="/home/usr/.local/share/firefox" sh /tmp/trinativeinstall.sh 1.22.1
|
||||||
|
|
||||||
|
|
|
@ -33,6 +33,8 @@ set hlsearch
|
||||||
set incsearch
|
set incsearch
|
||||||
set ignorecase
|
set ignorecase
|
||||||
set smartcase
|
set smartcase
|
||||||
|
set inccommand=nosplit
|
||||||
|
set nocompatible
|
||||||
|
|
||||||
colorscheme earth
|
colorscheme earth
|
||||||
" }}}
|
" }}}
|
||||||
|
@ -54,6 +56,11 @@ inoremap <esc> <esc>:echo "use jk instead!"<CR>2gsi
|
||||||
inoremap <C-d> <c-g>u<Esc>[s1z=`]a<c-g>u
|
inoremap <C-d> <c-g>u<Esc>[s1z=`]a<c-g>u
|
||||||
inoremap <C-s> <Esc>zgi
|
inoremap <C-s> <Esc>zgi
|
||||||
nnoremap <C-s> zg
|
nnoremap <C-s> zg
|
||||||
|
tnoremap <Esc> <C-\><C-n>
|
||||||
|
nnoremap <Leader>wl <C-w>\<
|
||||||
|
nnoremap <Leader>wr <C-w>\>
|
||||||
|
nnoremap <Leader>wd <C-w>-
|
||||||
|
nnoremap <Leader>wu <C-w>+
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ super + {_,shift + }n
|
||||||
super + ctrl + n
|
super + ctrl + n
|
||||||
net
|
net
|
||||||
|
|
||||||
super + t
|
super + ctrl + t
|
||||||
st -e htop
|
st -e htop
|
||||||
|
|
||||||
{XF86Display,super + }
|
{XF86Display,super + }
|
||||||
|
|
Loading…
Reference in New Issue