Skip to content

Instantly share code, notes, and snippets.

@vpassapera
Last active February 20, 2019 07:04
Show Gist options
  • Select an option

  • Save vpassapera/840165e4aad565b0a3bfdf8b184853d4 to your computer and use it in GitHub Desktop.

Select an option

Save vpassapera/840165e4aad565b0a3bfdf8b184853d4 to your computer and use it in GitHub Desktop.
zsh
nvim
oh-my-zsh
zsh-syntax-highlighting
https://github.com/junegunn/fzf
https://github.com/jeffkaufman/icdiff
https://github.com/keepcosmos/terjira
https://github.com/zsh-users/zsh-autosuggestions
curl
htop
tmux
powerline + powerline fonts
https://github.com/gpakosz/.tmux (oh-my-tmux)
tig
nerdfonts (https://github.com/ryanoasis/nerd-fonts)
https://github.com/bhilburn/powerlevel9k
git-flow
gawk
rust
ruby (gems)
golang
googler (cli tool)
ripgrep
hstr (hh)
haxor-news
rtv
fd-find (fd)
bat (cat with wings)
exa (ls on steroids)
httpie
gist
tldr
tmux plugins (tpm, vim-tmux, tmux-yank)
vim plugins (vim-sensible, youcompleteme, vim-gitgutter, syntastic, vim-fugitive, nerdtree, nerdtree-git-plugin, vim-colors-basic, vim-airline, vim-airline-themes, gundo.vim, tabular)
@vpassapera
Copy link
Author

cmd + ctrl + alt - m : chunkc core::load ffm.so
cmd + ctrl + alt + shift - m : chunkc core::unload ffm.so

alt - f : chunkc tiling::window --toggle fullscreen
shift + alt - space : chunkc tiling::window --toggle float

shift + alt - q : chunkc tiling::window --close

alt - a : chunkc tiling::window --focus west
alt - s : chunkc tiling::window --focus south
alt - w : chunkc tiling::window --focus north
alt - d : chunkc tiling::window --focus east
alt - p : chunkc tiling::window --focus prev
alt - n : chunkc tiling::window --focus next

shift + alt - a : chunkc tiling::window --warp west
shift + alt - s : chunkc tiling::window --warp south
shift + alt - w : chunkc tiling::window --warp north
shift + alt - d : chunkc tiling::window --warp east

shift + alt - z : chunkc tiling::window --send-to-desktop prev
shift + alt - x : chunkc tiling::window --send-to-desktop next

alt - r : chunkc tiling::desktop --rotate 90

cmd + alt - a : chunkc tiling::window --use-temporary-ratio 0.05 --adjust-window-edge west; chunkc tiling::window --use-temporary-ratio -0.05 --adjust-window-edge east
cmd + alt - s : chunkc tiling::window --use-temporary-ratio 0.05 --adjust-window-edge south; chunkc tiling::window --use-temporary-ratio -0.05 --adjust-window-edge north
cmd + alt - w : chunkc tiling::window --use-temporary-ratio 0.05 --adjust-window-edge north; chunkc tiling::window --use-temporary-ratio -0.05 --adjust-window-edge south
cmd + alt - d : chunkc tiling::window --use-temporary-ratio 0.05 --adjust-window-edge east; chunkc tiling::window --use-temporary-ratio -0.05 --adjust-window-edge west

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment