|
6fde5418c2
|
tmux: Add a script to start all required tmux sessions
|
2022-03-17 09:02:43 +05:30 |
|
|
3dd3d5c379
|
tmux: Drop continuum and resurrect
Now that we have sessions and loadable with tmuxp, drop continuum and
resurrect.
|
2022-03-16 20:28:25 +05:30 |
|
|
7db7bbfd4a
|
tmuxp: Add session files loadable with tmuxp
|
2022-03-16 20:28:25 +05:30 |
|
|
1721a51f47
|
tmux: Add a key mapping for choose-tree
|
2022-03-16 16:44:40 +05:30 |
|
|
31b15efed0
|
tmux: Add tmux fuzzback
|
2022-03-16 16:44:40 +05:30 |
|
|
2518715ea7
|
gitignore: Ignore some gnupg files
|
2022-03-15 00:12:05 +05:30 |
|
|
a319c28964
|
fish: functions/fish_prompt: Add virtualfish
|
2022-03-15 00:12:05 +05:30 |
|
|
66cda3ef9b
|
fish: functions: Rename vf to vfv
|
2022-03-15 00:12:05 +05:30 |
|
|
2e8f138f8b
|
nvim: plugin: Add a plugin to help with epoch timestamp conversions
We look at logs frequently these days with epoch timestamps and this
helps with getting the human readable timestamp and vice versa.
|
2022-03-14 13:36:45 +05:30 |
|
|
131e5bb364
|
nvim: after/plugin/snipcomp: Lazy load LuaSnip
LuaSnip needs to be lazy loaded now else it slows down the startup.
|
2022-03-14 13:36:45 +05:30 |
|
|
72428d914b
|
tmux: Fix Continuum
Continuum does not seem to work without the save interval set. Also,
add the status line bit so we know whether it is off or on.
|
2022-03-14 13:36:45 +05:30 |
|
|
076de0cd40
|
sway: Set HiDPI for work laptop
|
2022-03-12 17:26:50 +05:30 |
|
|
9006378c24
|
tmux: Fix terminal settings
The only reasonable value for default-terminal is tmux-256color or
screen-256color. It's the terminfo entry used for tmux itself, not
the outer terminal.
Also set the overrides for foot.
https://codeberg.org/dnkl/foot/issues/348
The trucolor support can be checked as per
https://jdhao.github.io/2018/10/19/tmux_nvim_true_color
|
2022-03-11 19:09:56 +05:30 |
|
|
d8e6f1d380
|
sway: Use foot as default terminal
|
2022-03-11 13:27:51 +05:30 |
|
|
3f5bf6d4d1
|
tmux: Use arrow keys for pane resizing
|
2022-03-11 12:39:46 +05:30 |
|
|
050b56e901
|
tmux: Increase history limit size
|
2022-03-11 12:33:10 +05:30 |
|
|
ad6919d837
|
tmux: Update plugins
|
2022-03-11 10:48:12 +05:30 |
|
|
5c6eebf9b5
|
nvim: autocmd: Fix cursor shape on exiting nvim
This is required when using foot.
See related issue
https://codeberg.org/dnkl/foot/issues/797
https://codeberg.org/dnkl/foot/issues/798
|
2022-03-11 10:32:00 +05:30 |
|
|
df7537f711
|
arch-packages: Update package list
|
2022-03-08 18:53:53 +05:30 |
|
|
39f9628197
|
nvim: autocmd: Refactor the way we call auto command API
|
2022-03-06 17:48:50 +05:30 |
|
|
28049ed540
|
nvim: lsp: Use the new auto command API
|
2022-03-06 14:46:27 +05:30 |
|
|
39acdb222f
|
nvim: statusline: Use the new auto command API
|
2022-03-04 20:19:20 +05:30 |
|
|
0246931b56
|
nvim: after/plugin/statusline: Add a git branch ahead behind component
Taken from
https://www.reddit.com/r/neovim/comments/t48x5i/git_branch_aheadbehind_info_status_line_component
|
2022-03-04 10:14:46 +05:30 |
|
|
16d3b05a8f
|
nvim: plugins: Drop nvim-gps
|
2022-03-02 10:46:45 +05:30 |
|
|
564448abc7
|
nvim: Update packer
|
2022-03-02 09:06:17 +05:30 |
|
|
ca7172b14a
|
nvim: autocmd: Use the new auto command API
|
2022-03-02 09:06:17 +05:30 |
|
|
7503e1a4f2
|
pipewire: Allow higher sample rates
|
2022-03-02 09:06:17 +05:30 |
|
|
2100b228ab
|
wireplumber: Add explicit bluetooth configuration
|
2022-02-28 17:59:21 +05:30 |
|
|
e28c4f5319
|
wireplumber: Disable profile auto switching
|
2022-02-28 17:32:55 +05:30 |
|
|
b10ba79940
|
nvim: after/plugin/fzf-lua: Update actions for commits
|
2022-02-26 13:26:11 +05:30 |
|
|
7b84c0eb20
|
Revert "fish/functions/gl: git: Manually set the file type to git when calling nvim"
This reverts commit a30eda8531 .
Fixed upstream with https://github.com/neovim/neovim/pull/17517.
|
2022-02-26 11:04:30 +05:30 |
|
|
6fb0c62a4b
|
nvim: yolokai: Change the hint background
This improves the color highlight for inlay hints.
|
2022-02-22 13:43:29 +05:30 |
|
|
96bc70fff8
|
Revert "nvim: autoload/git: Fix git log when current branch is master/main"
This reverts commit da5671b5ae .
The commit actually did not handle all cases correctly.
|
2022-02-19 14:14:40 +05:30 |
|
|
2776d00572
|
fish: functions/lt: Add an exa alias with tree option
|
2022-02-17 20:58:36 +05:30 |
|
|
6bbc55a2c2
|
fish: functions/l/ll: Drop the -h option
exa prints human readable sizes by default, so the -h option no longer
applies.
|
2022-02-17 20:52:14 +05:30 |
|
|
795fd7f36a
|
nvim: treesitter: Enable HTML
|
2022-02-17 15:08:04 +05:30 |
|
|
2fd1922193
|
nvim: Update packer
|
2022-02-16 09:54:45 +05:30 |
|
|
bd0ccbf50f
|
mutt: Enable sidebar and mailboxes
|
2022-02-16 09:54:45 +05:30 |
|
|
dea9be7cac
|
mutt: Fix possible conflicting mappings
|
2022-02-16 09:54:45 +05:30 |
|
|
6bf989871e
|
nvim: statusline: Fix tree-sitter status
Fixing based on file type was not good enough. Check for error
return and act accordingly.
|
2022-02-13 14:01:03 +05:30 |
|
|
ac3039d64b
|
nvim: after/plugin/fugitive: Improve git stash command mapping
|
2022-02-13 14:01:03 +05:30 |
|
|
6dd369b137
|
nvim: autoload/git: Use diff instead of difftool
|
2022-02-12 10:18:28 +05:30 |
|
|
f0ad084c84
|
kitty: Allow borders to be distinguished easily
|
2022-02-10 21:31:57 +05:30 |
|
|
447d4e50b5
|
nvim: plugins: Switch to fzf-lua
|
2022-02-10 21:31:57 +05:30 |
|
|
da5671b5ae
|
nvim: autoload/git: Fix git log when current branch is master/main
|
2022-02-10 21:31:57 +05:30 |
|
|
4edfa99a21
|
nvim: autoload/ftplugin: git: Add helper for format-patch
|
2022-02-10 21:31:57 +05:30 |
|
|
9c16443e10
|
nvim: statusline: Handle some more cases for filename & treesitter status
|
2022-02-10 21:31:57 +05:30 |
|
|
7d70992eae
|
nvim: after/plugin/fugitive: Add mapping to help with review
|
2022-02-10 21:20:51 +05:30 |
|
|
05bbba29a9
|
nvim: after/plugin/fugitive: Mapping for diffing in a new tab in Gstatus
|
2022-02-10 21:20:51 +05:30 |
|
|
316c17ad13
|
nvim: after/plugin/fugitive: Improve the diff commands
There was no need for the tab command shenanigans.
|
2022-02-10 21:20:51 +05:30 |
|