Commit Graph

  • 71106bcd39 Shell integration: Dont override fish's native title setting functionality Kovid Goyal 2022-01-16 15:58:11 +05:30
  • cf91e1973b Show number of windows per tab in the select_tab action Kovid Goyal 2022-01-16 10:01:44 +05:30
  • 2170d4e21a DRYer Kovid Goyal 2022-01-16 09:47:44 +05:30
  • 2538e94390 Use a single SGR regex pattern cache Kovid Goyal 2022-01-16 09:46:52 +05:30
  • 0be0836890 Add changelog entry for last PR Kovid Goyal 2022-01-16 03:48:00 +05:30
  • 725ddf4f8b Merge branch 'fix-ksi-last-cmd' of https://github.com/page-down/kitty Kovid Goyal 2022-01-16 03:46:17 +05:30
  • ce6f99044e ... pagedown 2022-01-16 04:14:59 +08:00
  • 30b81d98f1 Add tests for finding command output pagedown 2022-01-16 04:10:16 +08:00
  • f0d2d01a36 Fix calculating the end of the command output pagedown 2022-01-16 04:02:13 +08:00
  • ce32e64692 Check the continued attribute when searching for prompt marks pagedown 2022-01-15 20:19:12 +08:00
  • 7ea8a7d45f Fix searching the last command output pagedown 2022-01-15 18:38:05 +08:00
  • b32edf54f8 hints kitten: Document how to choose the empty hint for multi key hints Kovid Goyal 2022-01-15 15:17:30 +05:30
  • 06ff685f8e oops Kovid Goyal 2022-01-15 14:54:30 +05:30
  • c6ecdf0fa4 Ensure ignoreOSKeyboardProcessing is initialized Kovid Goyal 2022-01-15 14:43:10 +05:30
  • ca4840717b macOS: Fix using shortcuts from the global menu bar as subsequent key presses in a multi key mapping not working Kovid Goyal 2022-01-15 13:56:18 +05:30
  • c473df4393 Ignore NSEventModifierFlagFunction when parsing global shortcuts Kovid Goyal 2022-01-15 12:16:18 +05:30
  • fa6c74a9b1 ... Kovid Goyal 2022-01-15 11:49:02 +05:30
  • 8174ecb318 Use only bash builtins to get currently executing command Kovid Goyal 2022-01-15 11:46:25 +05:30
  • 5f20d69309 Move extraction of last cmd into its own function Kovid Goyal 2022-01-15 10:58:16 +05:30
  • aab121b35d Also check for shiftable shortcuts in the virtual key code case Kovid Goyal 2022-01-15 10:23:18 +05:30
  • 1a374a7678 Merge branch 'ksi-fish' of https://github.com/page-down/kitty Kovid Goyal 2022-01-15 10:17:18 +05:30
  • 396906860d macOS: When checking for global shortcuts handle shifted form of cmd+` Kovid Goyal 2022-01-15 10:14:06 +05:30
  • 85254746bf Shell integration: Remove functions that run only once at start pagedown 2022-01-15 12:34:52 +08:00
  • c3c7ad78c1 Merge branch 'ksi-fish-cursor' of https://github.com/page-down/kitty Kovid Goyal 2022-01-15 09:40:37 +05:30
  • 77787bdc7c Shell integration: Improvements in fish integration pagedown 2022-01-15 12:01:47 +08:00
  • 9813ad04c2 Shell integration: Set the fish vi mode cursor to blink pagedown 2022-01-14 23:58:40 +08:00
  • d2c20f9548 Add changelog entry for previous PR Kovid Goyal 2022-01-14 23:31:10 +05:30
  • e51b520897 Merge branch 'ksi-fish-title' of https://github.com/page-down/kitty Kovid Goyal 2022-01-14 23:29:48 +05:30
  • 35207af3de Another use of builtin Kovid Goyal 2022-01-14 23:28:10 +05:30
  • 96269510d3 Abort before defining anything and dont touch global state via set Kovid Goyal 2022-01-14 23:26:40 +05:30
  • ceb7c440a1 Shell integration: Only override default fish_title pagedown 2022-01-15 00:16:26 +08:00
  • 25e1edf52e ... Kovid Goyal 2022-01-14 23:03:44 +05:30
  • 7a903adeea let _ksi_debug_print handle multiple args Kovid Goyal 2022-01-14 22:53:39 +05:30
  • 914f4e9ec9 Dont break if user aliases or redefines various builtins we use Kovid Goyal 2022-01-14 22:42:29 +05:30
  • 4c5673dc4d Freeze _ksi_prompt to prevent it from being edited Kovid Goyal 2022-01-14 22:35:37 +05:30
  • 8529a60d77 Use issue number in changelog Kovid Goyal 2022-01-14 22:26:54 +05:30
  • 58da5d4d29 Placate mypy Kovid Goyal 2022-01-14 22:26:05 +05:30
  • 4ce6d718c9 icat kitten: Add options to mirror images and remove their transparency before displaying them Kovid Goyal 2022-01-14 22:02:35 +05:30
  • dd31ee60f2 Fix typing of to_color Kovid Goyal 2022-01-14 21:54:36 +05:30
  • 8bb2da3c37 Use with instead of closing manually Kovid Goyal 2022-01-14 21:12:08 +05:30
  • 47dbaac54f Add changelog entry for previous PR Kovid Goyal 2022-01-14 20:36:15 +05:30
  • 346405299b Merge branch 'ksi-fish-cursor' of https://github.com/page-down/kitty Kovid Goyal 2022-01-14 20:35:23 +05:30
  • a0476c03c3 Improve fish cursor shape integration pagedown 2022-01-14 22:28:13 +08:00
  • 9dd5410433 Dont rely on declare -g existing in bash Kovid Goyal 2022-01-14 18:21:21 +05:30
  • 72745dfb62 Use red fg for activity symbol by default Kovid Goyal 2022-01-14 13:27:35 +05:30
  • 3a0d8ada6a Merge branch 'feat-macos-kbd-shortcuts' of https://github.com/page-down/kitty Kovid Goyal 2022-01-14 12:36:01 +05:30
  • b53d756bc2 Shell integration: Fix bash integration not working when PROMPT_COMMAND is used to change the prompt variables Kovid Goyal 2022-01-14 12:14:48 +05:30
  • bb8ebf32ae Merge branch 'fix-macos-text-input-beep' of https://github.com/page-down/kitty Kovid Goyal 2022-01-14 11:53:37 +05:30
  • 704487f0ce macOS: Release input context pagedown 2022-01-14 14:18:03 +08:00
  • a9bdf70275 macOS: Watch for system preferences changes and update global_shortcuts pagedown 2022-01-14 13:51:46 +08:00
  • 017da1159c Allow using templates with text formatting for tab_activity_symbol Kovid Goyal 2022-01-14 08:18:04 +05:30
  • ab5b9fb329 macOS: Only check the "standard" type of the system shortcuts pagedown 2022-01-14 10:07:38 +08:00
  • e0700d45de macOS: Update to the latest and categorize the system shortcut names pagedown 2022-01-14 10:05:49 +08:00
  • a2c4f830b3 Enable use of higher options for underlining text. Joseph Adams 2022-01-13 17:27:02 +01:00
  • ecf4fcdeb0 Add changelog entry for previous PR Kovid Goyal 2022-01-13 20:24:17 +05:30
  • 0a89fe2e17 Merge branch 'fix-macos-text-input-beep' of https://github.com/page-down/kitty Kovid Goyal 2022-01-13 20:23:23 +05:30
  • 5b5651ca7d macOS: Suppress the key combinations beep sound pagedown 2022-01-13 21:49:52 +08:00
  • 5e5cd1acc8 Simplify flagsChanged and make it more robust Kovid Goyal 2022-01-13 20:13:55 +05:30
  • 79fd01093a fix typo in generating lookup keys for vk code based shortcuts Kovid Goyal 2022-01-13 19:21:49 +05:30
  • ce63ddfe54 macOS: Print out unhandled exceptions Kovid Goyal 2022-01-13 16:54:36 +05:30
  • a56471f7ed Validate the parameters array Kovid Goyal 2022-01-13 16:44:43 +05:30
  • 96b46c554e Add type annotations to dictionaries Kovid Goyal 2022-01-13 16:29:13 +05:30
  • a819023ab7 remove redundant cast Kovid Goyal 2022-01-13 16:05:48 +05:30
  • 9504f50bd4 ... Kovid Goyal 2022-01-13 16:04:50 +05:30
  • 8fe71e3dc8 Dont use a block for dictionary enumeration Kovid Goyal 2022-01-13 16:02:29 +05:30
  • 34d7643bed Ensure global_shosrtcuts is initialized Kovid Goyal 2022-01-13 15:10:19 +05:30
  • 682eb7d802 Log when events are ignored because no keyWindow is present Kovid Goyal 2022-01-13 14:22:52 +05:30
  • f86a954131 ooops Kovid Goyal 2022-01-13 14:21:58 +05:30
  • 8e3f6d37d9 ... Kovid Goyal 2022-01-13 14:15:39 +05:30
  • 2c38360ca0 Handle no keyWindow case Kovid Goyal 2022-01-13 13:43:01 +05:30
  • f9d2167c97 macOS: Respect the users system-wide global keyboard shortcut preferences Kovid Goyal 2022-01-13 13:34:31 +05:30
  • 17cada7a6a Micro-optimization Kovid Goyal 2022-01-12 23:32:03 +05:30
  • 19e6f70655 Draw the dots for braille characters more evenly spaced at all font sizes Kovid Goyal 2022-01-12 23:18:18 +05:30
  • d106089cb9 Micro-optimization Kovid Goyal 2022-01-12 22:25:58 +05:30
  • 0f7f69c218 move menu case outside auto-generated section Kovid Goyal 2022-01-11 22:57:05 +05:30
  • f9171a767c Also document menu key encoding Kovid Goyal 2022-01-11 22:48:53 +05:30
  • 34e939f9a1 Encode menu key the same as xterm in legacy mode Kovid Goyal 2022-01-11 22:44:56 +05:30
  • ba76cacd74 Add changelog entry for previous PR Kovid Goyal 2022-01-11 20:10:38 +05:30
  • fd1b64dcc6 Merge branch 'fixes-fullscreen-hide-macos-10.15' of https://github.com/npearson72/kitty Kovid Goyal 2022-01-11 20:09:10 +05:30
  • 7c33d7ef17 Bumps version from 10.15 to 10.15.7 (latest minor) Nathan Pearson 2022-01-11 07:31:37 -07:00
  • 2ccfecb5ae Fixes comment Nathan Pearson 2022-01-11 06:39:48 -07:00
  • a40ff85e1a Fixes traditional fullscreen hide for Mac OS >= 10.15 Nathan Pearson 2022-01-11 06:23:10 -07:00
  • 62953c2057 Mark parameters as unused Kovid Goyal 2022-01-11 11:26:08 +05:30
  • 0e6091773d Add a poster for the demo video Kovid Goyal 2022-01-11 11:09:43 +05:30
  • 4c8ef26141 For the vertical and horizontal layouts have the windows arranged on a ring rather than a plane. This means the first and last window are considered neighbors Kovid Goyal 2022-01-11 08:08:11 +05:30
  • 7023c7a8ae ... Kovid Goyal 2022-01-10 21:15:24 +05:30
  • b2bfc4408e Fix common single letter extension files not being detected Kovid Goyal 2022-01-10 14:20:18 +05:30
  • 5b8aca3a2f Use an f-string Kovid Goyal 2022-01-10 08:35:43 +05:30
  • 6715ee888e Merge branch 'cleanup' of https://github.com/page-down/kitty Kovid Goyal 2022-01-10 08:01:13 +05:30
  • 4293325539 Cleanup previous PR pagedown 2022-01-10 10:24:10 +08:00
  • 24c44861ef Cleanup previous PR Kovid Goyal 2022-01-09 22:06:07 +05:30
  • eafd20b4b3 Merge branch 'feat-macos-sec-kbd' of https://github.com/page-down/kitty Kovid Goyal 2022-01-09 22:03:31 +05:30
  • d9e5edac01 Refactor: Replace double quotes with single quotes pagedown 2022-01-09 22:54:33 +08:00
  • f7be4fab48 macOS: Allow mapping secure keyboard entry shortcut pagedown 2022-01-09 22:54:03 +08:00
  • 50c822e05a Merge branch 'zsh-integration' of https://github.com/romkatv/kitty Kovid Goyal 2022-01-09 15:44:43 +05:30
  • 6c1fd3015f Fix a minor bug in zsh integration Roman Perepelitsa 2022-01-09 10:45:47 +01:00
  • de3b9634ac Add links to third party shell integrations Kovid Goyal 2022-01-09 04:30:32 +05:30
  • 722f6163aa Use tabs for zsh/fish in hg kitten docs Kovid Goyal 2022-01-09 03:54:33 +05:30
  • 82a4e72c85 Merge branch 'patch-1' of https://github.com/ronjouch/kitty Kovid Goyal 2022-01-09 03:51:54 +05:30
  • c40bd7ce82 kittens/hyperlinked_grep: document how to tell fish to autocomplete with rg Ronan Jouchet 2022-01-08 14:43:36 -05:00