|
|
1 год назад | |
|---|---|---|
| ack | 12 лет назад | |
| bin | 3 лет назад | |
| docs | 6 лет назад | |
| git | 1 год назад | |
| shell | 1 год назад | |
| tmux | 6 лет назад | |
| tridactyl | 6 лет назад | |
| vim | 1 год назад | |
| vimperator | 9 лет назад | |
| .gitignore | 5 лет назад | |
| Makefile | 1 год назад | |
| README.md | 5 лет назад | |
| install | 1 год назад |
Configuration files for:
Heavy preference for Vim-like bindings.
Clone to a home folder and run make install or ./install. Restart the
terminal session.
Below is a non-exhaustive list of dotfiles features.
z for folder jumping: z regex = cd /path/with/regex.v for file editing: v regex = vim /path/with/regex.gs = git status, gd = git diff, etc..local files:
~/.bashrc.local and ~/.bashenv.local~/.zshrc.local and ~/.zshenv.localAUTO_AGENT_SETUP=1 (in an env file) to auto-load keys into
ssh-agent.Space is the <Leader>.
<Leader>w saves.<Leader>q closes.<Leader>l lists loaded buffers and allows jumping to them by number.<Leader>p fuzzy-finds files.<Leader>n toggles line numbers.<Leader>c finds VCS conflict markers.- opens a file browser.'Text Objects' in plugins.vim).:Goyo for distraction-free writing.:Dark, :Light colour schemes available.~/.vim/plugins.vim.local..vim.local files in ~/.vim/settings/, or in
a ~/.vim/settings/local/ directory.<C-a> = Ctrl-a = the tmux prefix.
<C-a> + [vi motion] moves around panes.<C-a> + <C-[vi motion]> moves around windows.Alt/Meta + number moves to window number (1-10).<C-a> + - cuts a pane horizontally,<C-a> + \ cuts a pane vertically (think |).<C-a> + s starts synchronized panes.<C-a><C-s> swaps between sessions.Apart from the default Vimperator goodness e.g.
/ searches like vim.f and F follow links on this tab/in a new tab.These dotfiles provide a dark theme and the following binding changes:
h and l - change between tabs (left and right).j and k - scroll by a half-page (down and up).H, J, K, L - scroll slowly (left, down, up, right).<C-h> and <C-l> - relocate a tab left and right..pandoc files (Pandoc Markdown).