Some custom keybindings:
tmux:
bind-key -n S-Left previous-window
bind-key -n S-Right next-window
bind o run /home/paul/bin/tmux-url-select.pl
Mouse via keyboard:
Win-arrow to move a window
Ctrl-Win-arrow to resize a window
Shift-Win-arrow to move mouse
F1 left click
F2 middle click
F3 right click
Vim:
nmap <Tab> :bn<CR>
nmap <S-Tab> :bp<CR>
nnoremap <C-e> j<C-e>
nnoremap <C-y> k<C-y>
nnoremap ; :<c-f>
nmap <space> <Plug>(easymotion-s2)
imap zz <Esc>:w<CR>
Firefox:
Ctrl-e / Ctrl-y to scroll
gg / G for home / end
Ctrl-O to highlight then open a link
Mutt:
macro index a "s=archives<enter>y"
<enter-command>unset resolve \
<Enter><tag-thread> \
<enter-command>set resolve \
<Enter><tag-prefix> \
<save-message>=archives<Enter>y
Comments