Alois Mahdal
18559273b9
Add MZK.cz bookmark
пре 4 година
Alois Mahdal
effcf101b5
Add Hello Internet bookmark
пре 4 година
Alois Mahdal
ad2796a019
Add gitlab.com bookmark
пре 4 година
Alois Mahdal
3967961c33
Remove obsolete www_hist menu
пре 4 година
Alois Mahdal
17eb025700
Add support for context symbol in bashum ($BASHUM_CTXSYM)
If BASHUM_CTXSYM is set, show it in a different color. This is intended
for special-purpose Bash invocations with modified environment, for example
when authentication to some remote service has been pre-set.
пре 4 година
Alois Mahdal
435b1e0077
Let xfce4-terminal update its defaults
Checking on sorted versions of these files, it looks like x-t just added
couple of new config keys.
пре 4 година
Alois Mahdal
18b1b6c249
Don't let "activated" windows steal focus
"activation" is eg. when opening new tab/window using CLI and a
window-managing app such as Firefox.
This has been bugging me for ages with qutebrowser, which (possibly by
bug) activates previous window even in non-tab mode, preventing new
window to appear in intuitive order within current container.
пре 4 година
Alois Mahdal
a52431045a
Don't erase urgency hint instantly
Make it easier to realize which window raised it.
пре 4 година
Alois Mahdal
3afcfd3e46
Allow back-and-forth behavior when switching workspaces
пре 4 година
Alois Mahdal
61711c1274
Remove super-obsolete "dropbox start" autocommand
пре 4 година
Alois Mahdal
223d51f09a
Have glances at hand
For things like sudden perf issues
пре 4 година
Alois Mahdal
bbd18b4366
Have an "analog" clock at hand
For things like trying to catch a tram...
пре 4 година
Alois Mahdal
67d8eec882
Enable few UX improvements from "How to Do 90%..." talk
https://www.youtube.com/watch?v=XA2WjJbmmoM
пре 4 година
Alois Mahdal
e78cbff9d6
Start trying out relative line numbering
пре 4 година
Alois Mahdal
b17d6690b9
Drop unused function key mappings
пре 4 година
Alois Mahdal
22011b3ffe
Add handy mappings for buffer mobility
пре 4 година
Alois Mahdal
8343d62569
Remove unused i3 mappings to D
пре 4 година
Alois Mahdal
50b55e552a
Add sane defaults for git-gutentags
пре 4 година
Alois Mahdal
10b58a3ee2
Add sane defaults for netrw
пре 4 година
Alois Mahdal
bbd598ab23
Revamp bashum color mappings and demo
Finally stop using few-low-lettered globals; use proper Shellfu compliant
naming instead.
Also have separate variables for use in Bash PS*; these need extra chars
for hinting.
пре 5 година
Alois Mahdal
77195fc8d3
Remove obsolete 'colorschemes' vim "plugin"
пре 5 година
Alois Mahdal
62f81b91f3
Add missing overrides for vpriv debstuff groups
пре 4 година
Alois Mahdal
48a925261d
Update for new branching scheme
пре 4 година
Alois Mahdal
660b2606d5
Use hipster colorscheme
Works (?) in night mode and on some of the more common default terminal
palettes.
пре 4 година
Alois Mahdal
7d4bd188f3
Add xcp() and xpst() to simulate file copy-pasting ops
пре 4 година
Alois Mahdal
532e95c95d
Add .muttrc
I only use mutt occasionally, but the Mail folder existence question has
been bugging me for years.
https://unix.stackexchange.com/questions/108097/suppresss-mail-does-not-exist-in-mutt
пре 4 година
Alois Mahdal
ddf62c8e15
Have bmo undock before zleeping
пре 4 година
Alois Mahdal
745b611a32
Fix colors.bashrc shebang
пре 5 година
Alois Mahdal
d1a025c756
Fix yellow in zenburn.Xdefaults to be visible
Ie. yellow should not be actually a very dark grey.
пре 5 година
Alois Mahdal
d1d62a831d
Install vim-gutentags
пре 5 година
Alois Mahdal
1817c64968
Remove deprecated pep8 plugin
Syntastic should take care of it now
пре 5 година
Alois Mahdal
68066f1e36
Add bookmark for Programming In Lua
пре 5 година
Alois Mahdal
2b0a29df16
Add default vars for neaty
пре 5 година
Alois Mahdal
cadd660155
Ask xvb() and xxvb() for quick ad-hoc Bash scriptlets
пре 5 година
Alois Mahdal
8de32f90b3
Enable lua checkers in syntastic
пре 5 година
Alois Mahdal
83c05b561e
Add vxx() for editing stdin to C-C/C-V clipboard
пре 5 година
Alois Mahdal
6a26eeaa42
Fix typo in docstring
пре 5 година
Alois Mahdal
aa80261f15
Update all vim submodules
пре 5 година
Alois Mahdal
be127af6ff
Turn off "unsafe paste" warning
пре 5 година
Alois Mahdal
cf3961fb20
Good bye, Keybase
The sack of sand that broke the camel's back:
https://github.com/privacytoolsIO/privacytools.io/issues/740#issuecomment-460076395
пре 5 година
Alois Mahdal
7ffb4d0d3c
Update after mkittool-debstuff refactoring
пре 5 година
Alois Mahdal
f92f07f859
Add searx.me search engine aggregator
пре 5 година
Alois Mahdal
997d7f356f
Add stdin repeaters
lrep() and prep() repeat every line, or whole stream, on stdin
$1 times.
пре 5 година
Alois Mahdal
782fb95c6a
Don't speak to non-alive processes
пре 5 година
Alois Mahdal
9c27b1fb15
Treat paths with spaces more properly
пре 5 година
Alois Mahdal
b698f29841
Add pp(), like nn() but also pause
пре 5 година
Alois Mahdal
a1868c4edc
Add mkittool config for debstuff
пре 5 година
Alois Mahdal
a0aeaa6ab1
Update URL to self
..after moving out from GitHub
пре 5 година
Alois Mahdal
d5ce4d0e50
Add support for arguments in __bashum_run_n()
People can now run
__bashum_run_n 100 echo hello world
and it will print "hello world" 100 times, instead of just running
`echo` 100 times and ignoring the `hello world` part.
пре 5 година
Alois Mahdal
5318796178
Remove invalid setting
When there's no picture, this does not make sense.
пре 5 година